Html Css Color HEX #066CFC Dodger Blue

📋 copy color: '#066CFC'

red 6 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #066CFC

Tints of Dodger Blue #066CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 1.64%
G = 29.51%
B = 68.85%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#066CFC (or 0x066CFC) is known color: Dodger Blue. HEX triplet: 06, 6C and FC. RGB value is (6,108,252). Sum of RGB (Red+Green+Blue) = 6+108+252=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #066CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CFC is #F99303. Grayscale: #5D5D5D. Windows color (decimal): -16356100 or 16542726. OLE color: 16542726.

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

Color convert

RGB 6 108 252 -
CMYK 0.98 0.57 0 0.01
HSL 215.12º 0.98% 0.51% -
HSV(B) 215.12º 0.98% 0.99% -
XYZ 23.01 17.79 94.32 -
YUV 93.92 217.21 65.29 -
System Red Green Blue C M Y K H S L
Decimal 6 108 252 0.98 0.57 0 0.01 215.12 0.98 0.51
Hex 6 6C FC 62 39 0 1 D7 62 33
Octal 6 154 374 142 71 0 1 327 142 63
Binary 110 1101100 11111100 1100010 111001 0 1 11010111 1100010 110011

Color Harmonies of #066CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CFC

Black with #066CFC

Text Example


Text Example

White with #066CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,108,252); }

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

background-color css

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

 a { background-color: rgb(6,108,252); }

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

border-color css

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

 span { border-color: rgb(6,108,252); }

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