Html Css Color HEX #066DF7 Dodger Blue

📋 copy color: '#066DF7'

red 6 ◦ green 109 ◦ blue 247

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

Shades of Dodger Blue #066DF7

Tints of Dodger Blue #066DF7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

 BLUE value IS 247 (96.88% from 255) = 68.23%

R = 1.66%
G = 30.11%
B = 68.23%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#066DF7 (or 0x066DF7) is known color: Dodger Blue. HEX triplet: 06, 6D and F7. RGB value is (6,109,247). Sum of RGB (Red+Green+Blue) = 6+109+247=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 247 (96.88% from 255 or 68.23% from 362); Max value from RGB is 247 - color contains mainly: blue. Hex color #066DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DF7 is #F99208. Grayscale: #5D5D5D. Windows color (decimal): -16355849 or 16215302. OLE color: 16215302.

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

Color convert

RGB 6 109 247 -
CMYK 0.98 0.56 0 0.03
HSL 214.36º 0.95% 0.5% -
HSV(B) 214.36º 0.98% 0.97% -
XYZ 22.33 17.69 90.23 -
YUV 93.94 214.38 65.28 -
System Red Green Blue C M Y K H S L
Decimal 6 109 247 0.98 0.56 0 0.03 214.36 0.95 0.5
Hex 6 6D F7 62 38 0 3 D6 5F 32
Octal 6 155 367 142 70 0 3 326 137 62
Binary 110 1101101 11110111 1100010 111000 0 11 11010110 1011111 110010

Color Harmonies of #066DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DF7

Black with #066DF7

Text Example


Text Example

White with #066DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,109,247); }

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

background-color css

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

 a { background-color: rgb(6,109,247); }

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

border-color css

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

 span { border-color: rgb(6,109,247); }

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