Html Css Color HEX #006AFF Dodger Blue

📋 copy color: '#006AFF'

red 0 ◦ green 106 ◦ blue 255

#006AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #006AFF

Tints of Dodger Blue #006AFF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 29.36%

 BLUE value IS 255 (100% from 255) = 70.64%

R = 0%
G = 29.36%
B = 70.64%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#006AFF (or 0x006AFF) is known color: Dodger Blue. HEX triplet: 00, 6A and FF. RGB value is (0,106,255). Sum of RGB (Red+Green+Blue) = 0+106+255=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #006AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AFF is #FF9500. Grayscale: #5A5A5A. Windows color (decimal): -16749825 or 16738816. OLE color: 16738816.

HSL color Cylindrical-coordinate representation of color #006AFF: hue angle of 215.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AFF is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 106 255 -
CMYK 1 0.58 0 0
HSL 215.06º 1% 0.5% -
HSV(B) 215.06º 1% 1% -
XYZ 23.2 17.53 96.77 -
YUV 91.29 220.38 62.88 -
System Red Green Blue C M Y K H S L
Decimal 0 106 255 1 0.58 0 0 215.06 1 0.5
Hex 0 6A FF 64 3A 0 0 D7 64 32
Octal 0 152 377 144 72 0 0 327 144 62
Binary 0 1101010 11111111 1100100 111010 0 0 11010111 1100100 110010

Color Harmonies of #006AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AFF

Black with #006AFF

Text Example


Text Example

White with #006AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006AFF; }

 p { color: rgb(0,106,255); }

 H1.HeaderClassName
 {
   color: #006AFF;
 }
 .AnyTagClassName
 {
   color: #006AFF;
 }
</style>

background-color css

<style>
 a { background-color: #006AFF; }

 a { background-color: rgb(0,106,255); }

 div.DivClassName
 {
   background-color: #006AFF;
 }
 .BgClassName
 {
   background-color: #006AFF;
 }
</style>

border-color css

<style>
 span { border-color: #006AFF; }

 span { border-color: rgb(0,106,255); }

 td.TdClassName
 {
   border-color: #006AFF;
 }
 .TagClassName
 {
   border-color: #006AFF;
 }
</style>