Html Css Color HEX #066BFF Dodger Blue

📋 copy color: '#066BFF'

red 6 ◦ green 107 ◦ blue 255

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

Shades of Dodger Blue #066BFF

Tints of Dodger Blue #066BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

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

R = 1.63%
G = 29.08%
B = 69.29%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#066BFF (or 0x066BFF) is known color: Dodger Blue. HEX triplet: 06, 6B and FF. RGB value is (6,107,255). Sum of RGB (Red+Green+Blue) = 6+107+255=368 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #066BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066BFF is #F99400. Grayscale: #5C5C5C. Windows color (decimal): -16356353 or 16739078. OLE color: 16739078.

HSL color Cylindrical-coordinate representation of color #066BFF: hue angle of 215.66º 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 #066BFF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 107 255 -
CMYK 0.98 0.58 0 0
HSL 215.66º 1% 0.51% -
HSV(B) 215.66º 0.98% 1% -
XYZ 23.38 17.77 96.81 -
YUV 93.67 219.04 65.47 -
System Red Green Blue C M Y K H S L
Decimal 6 107 255 0.98 0.58 0 0 215.66 1 0.51
Hex 6 6B FF 62 3A 0 0 D8 64 33
Octal 6 153 377 142 72 0 0 330 144 63
Binary 110 1101011 11111111 1100010 111010 0 0 11011000 1100100 110011

Color Harmonies of #066BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BFF

Black with #066BFF

Text Example


Text Example

White with #066BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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