Html Css Color HEX #066EFF Dodger Blue

📋 copy color: '#066EFF'

red 6 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #066EFF

Tints of Dodger Blue #066EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

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

R = 1.62%
G = 29.65%
B = 68.73%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#066EFF (or 0x066EFF) is known color: Dodger Blue. HEX triplet: 06, 6E and FF. RGB value is (6,110,255). Sum of RGB (Red+Green+Blue) = 6+110+255=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #066EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066EFF is #F99100. Grayscale: #5E5E5E. Windows color (decimal): -16355585 or 16739846. OLE color: 16739846.

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

Color convert

RGB 6 110 255 -
CMYK 0.98 0.57 0 0
HSL 214.94º 1% 0.51% -
HSV(B) 214.94º 0.98% 1% -
XYZ 23.7 18.41 96.91 -
YUV 95.43 218.04 64.21 -
System Red Green Blue C M Y K H S L
Decimal 6 110 255 0.98 0.57 0 0 214.94 1 0.51
Hex 6 6E FF 62 39 0 0 D7 64 33
Octal 6 156 377 142 71 0 0 327 144 63
Binary 110 1101110 11111111 1100010 111001 0 0 11010111 1100100 110011

Color Harmonies of #066EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066EFF

Black with #066EFF

Text Example


Text Example

White with #066EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,110,255); }

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

background-color css

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

 a { background-color: rgb(6,110,255); }

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

border-color css

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

 span { border-color: rgb(6,110,255); }

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