Html Css Color HEX #066CFE Dodger Blue

📋 copy color: '#066CFE'

red 6 ◦ green 108 ◦ blue 254

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

Shades of Dodger Blue #066CFE

Tints of Dodger Blue #066CFE

RGB

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

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

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

R = 1.63%
G = 29.35%
B = 69.02%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#066CFE (or 0x066CFE) is known color: Dodger Blue. HEX triplet: 06, 6C and FE. RGB value is (6,108,254). Sum of RGB (Red+Green+Blue) = 6+108+254=368 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #066CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CFE is #F99301. Grayscale: #5D5D5D. Windows color (decimal): -16356098 or 16673798. OLE color: 16673798.

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

Color convert

RGB 6 108 254 -
CMYK 0.98 0.57 0 0.00
HSL 215.32º 0.99% 0.51% -
HSV(B) 215.32º 0.98% 1% -
XYZ 23.33 17.92 96 -
YUV 94.15 218.21 65.13 -
System Red Green Blue C M Y K H S L
Decimal 6 108 254 0.98 0.57 0 0.00 215.32 0.99 0.51
Hex 6 6C FE 62 39 0 0 D7 63 33
Octal 6 154 376 142 71 0 0 327 143 63
Binary 110 1101100 11111110 1100010 111001 0 0 11010111 1100011 110011

Color Harmonies of #066CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CFE

Black with #066CFE

Text Example


Text Example

White with #066CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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