Html Css Color HEX #066CFD Dodger Blue

📋 copy color: '#066CFD'

red 6 ◦ green 108 ◦ blue 253

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

Shades of Dodger Blue #066CFD

Tints of Dodger Blue #066CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.94%

R = 1.63%
G = 29.43%
B = 68.94%

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

#066CFD (or 0x066CFD) is known color: Dodger Blue. HEX triplet: 06, 6C and FD. RGB value is (6,108,253). Sum of RGB (Red+Green+Blue) = 6+108+253=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #066CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CFD is #F99302. Grayscale: #5D5D5D. Windows color (decimal): -16356099 or 16608262. OLE color: 16608262.

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

Color convert

RGB 6 108 253 -
CMYK 0.98 0.57 0 0.01
HSL 215.22º 0.98% 0.51% -
HSV(B) 215.22º 0.98% 0.99% -
XYZ 23.17 17.86 95.15 -
YUV 94.03 217.71 65.21 -
System Red Green Blue C M Y K H S L
Decimal 6 108 253 0.98 0.57 0 0.01 215.22 0.98 0.51
Hex 6 6C FD 62 39 0 1 D7 62 33
Octal 6 154 375 142 71 0 1 327 142 63
Binary 110 1101100 11111101 1100010 111001 0 1 11010111 1100010 110011

Color Harmonies of #066CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CFD

Black with #066CFD

Text Example


Text Example

White with #066CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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