Html Css Color HEX #066FF9 Dodger Blue

📋 copy color: '#066FF9'

red 6 ◦ green 111 ◦ blue 249

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

Shades of Dodger Blue #066FF9

Tints of Dodger Blue #066FF9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

 BLUE value IS 249 (97.66% from 255) = 68.03%

R = 1.64%
G = 30.33%
B = 68.03%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#066FF9 (or 0x066FF9) is known color: Dodger Blue. HEX triplet: 06, 6F and F9. RGB value is (6,111,249). Sum of RGB (Red+Green+Blue) = 6+111+249=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #066FF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066FF9 is #F99006. Grayscale: #5E5E5E. Windows color (decimal): -16355335 or 16346886. OLE color: 16346886.

HSL color Cylindrical-coordinate representation of color #066FF9: hue angle of 214.07º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066FF9 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 111 249 -
CMYK 0.98 0.55 0 0.02
HSL 214.07º 0.95% 0.5% -
HSV(B) 214.07º 0.98% 0.98% -
XYZ 22.86 18.25 91.94 -
YUV 95.34 214.71 64.28 -
System Red Green Blue C M Y K H S L
Decimal 6 111 249 0.98 0.55 0 0.02 214.07 0.95 0.5
Hex 6 6F F9 62 37 0 2 D6 5F 32
Octal 6 157 371 142 67 0 2 326 137 62
Binary 110 1101111 11111001 1100010 110111 0 10 11010110 1011111 110010

Color Harmonies of #066FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FF9

Black with #066FF9

Text Example


Text Example

White with #066FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,111,249); }

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

background-color css

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

 a { background-color: rgb(6,111,249); }

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

border-color css

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

 span { border-color: rgb(6,111,249); }

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