Html Css Color HEX #066BFE Dodger Blue

📋 copy color: '#066BFE'

red 6 ◦ green 107 ◦ blue 254

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

Shades of Dodger Blue #066BFE

Tints of Dodger Blue #066BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.21%

R = 1.63%
G = 29.16%
B = 69.21%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#066BFE (or 0x066BFE) is known color: Dodger Blue. HEX triplet: 06, 6B and FE. RGB value is (6,107,254). Sum of RGB (Red+Green+Blue) = 6+107+254=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #066BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066BFE is #F99401. Grayscale: #5C5C5C. Windows color (decimal): -16356354 or 16673542. OLE color: 16673542.

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

Color convert

RGB 6 107 254 -
CMYK 0.98 0.58 0 0.00
HSL 215.56º 0.99% 0.51% -
HSV(B) 215.56º 0.98% 1% -
XYZ 23.22 17.71 95.96 -
YUV 93.56 218.54 65.55 -
System Red Green Blue C M Y K H S L
Decimal 6 107 254 0.98 0.58 0 0.00 215.56 0.99 0.51
Hex 6 6B FE 62 3A 0 0 D8 63 33
Octal 6 153 376 142 72 0 0 330 143 63
Binary 110 1101011 11111110 1100010 111010 0 0 11011000 1100011 110011

Color Harmonies of #066BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BFE

Black with #066BFE

Text Example


Text Example

White with #066BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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