Html Css Color HEX #066AFC Dodger Blue

📋 copy color: '#066AFC'

red 6 ◦ green 106 ◦ blue 252

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

Shades of Dodger Blue #066AFC

Tints of Dodger Blue #066AFC

RGB

 RED value IS 6 (2.73% from 255) = 1.65%

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

 BLUE value IS 252 (98.83% from 255) = 69.23%

R = 1.65%
G = 29.12%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#066AFC (or 0x066AFC) is known color: Dodger Blue. HEX triplet: 06, 6A and FC. RGB value is (6,106,252). Sum of RGB (Red+Green+Blue) = 6+106+252=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #066AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066AFC is #F99503. Grayscale: #5C5C5C. Windows color (decimal): -16356612 or 16542214. OLE color: 16542214.

HSL color Cylindrical-coordinate representation of color #066AFC: hue angle of 215.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066AFC is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 106 252 -
CMYK 0.98 0.58 0 0.01
HSL 215.61º 0.98% 0.51% -
HSV(B) 215.61º 0.98% 0.99% -
XYZ 22.8 17.38 94.25 -
YUV 92.74 217.87 66.13 -
System Red Green Blue C M Y K H S L
Decimal 6 106 252 0.98 0.58 0 0.01 215.61 0.98 0.51
Hex 6 6A FC 62 3A 0 1 D8 62 33
Octal 6 152 374 142 72 0 1 330 142 63
Binary 110 1101010 11111100 1100010 111010 0 1 11011000 1100010 110011

Color Harmonies of #066AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066AFC

Black with #066AFC

Text Example


Text Example

White with #066AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066AFC; }

 p { color: rgb(6,106,252); }

 H1.HeaderClassName
 {
   color: #066AFC;
 }
 .AnyTagClassName
 {
   color: #066AFC;
 }
</style>

background-color css

<style>
 a { background-color: #066AFC; }

 a { background-color: rgb(6,106,252); }

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

border-color css

<style>
 span { border-color: #066AFC; }

 span { border-color: rgb(6,106,252); }

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