Html Css Color HEX #066BFC Dodger Blue

📋 copy color: '#066BFC'

red 6 ◦ green 107 ◦ blue 252

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

Shades of Dodger Blue #066BFC

Tints of Dodger Blue #066BFC

RGB

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

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

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

R = 1.64%
G = 29.32%
B = 69.04%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#066BFC (or 0x066BFC) is known color: Dodger Blue. HEX triplet: 06, 6B and FC. RGB value is (6,107,252). Sum of RGB (Red+Green+Blue) = 6+107+252=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #066BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066BFC is #F99403. Grayscale: #5C5C5C. Windows color (decimal): -16356356 or 16542470. OLE color: 16542470.

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

Color convert

RGB 6 107 252 -
CMYK 0.98 0.58 0 0.01
HSL 215.37º 0.98% 0.51% -
HSV(B) 215.37º 0.98% 0.99% -
XYZ 22.9 17.58 94.28 -
YUV 93.33 217.54 65.71 -
System Red Green Blue C M Y K H S L
Decimal 6 107 252 0.98 0.58 0 0.01 215.37 0.98 0.51
Hex 6 6B FC 62 3A 0 1 D7 62 33
Octal 6 153 374 142 72 0 1 327 142 63
Binary 110 1101011 11111100 1100010 111010 0 1 11010111 1100010 110011

Color Harmonies of #066BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BFC

Black with #066BFC

Text Example


Text Example

White with #066BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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