Html Css Color HEX #066BFD Dodger Blue

📋 copy color: '#066BFD'

red 6 ◦ green 107 ◦ blue 253

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

Shades of Dodger Blue #066BFD

Tints of Dodger Blue #066BFD

RGB

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

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

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

R = 1.64%
G = 29.23%
B = 69.13%

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

#066BFD (or 0x066BFD) is known color: Dodger Blue. HEX triplet: 06, 6B and FD. RGB value is (6,107,253). Sum of RGB (Red+Green+Blue) = 6+107+253=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #066BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066BFD is #F99402. Grayscale: #5C5C5C. Windows color (decimal): -16356355 or 16608006. OLE color: 16608006.

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

Color convert

RGB 6 107 253 -
CMYK 0.98 0.58 0 0.01
HSL 215.47º 0.98% 0.51% -
HSV(B) 215.47º 0.98% 0.99% -
XYZ 23.06 17.65 95.12 -
YUV 93.45 218.04 65.63 -
System Red Green Blue C M Y K H S L
Decimal 6 107 253 0.98 0.58 0 0.01 215.47 0.98 0.51
Hex 6 6B FD 62 3A 0 1 D7 62 33
Octal 6 153 375 142 72 0 1 327 142 63
Binary 110 1101011 11111101 1100010 111010 0 1 11010111 1100010 110011

Color Harmonies of #066BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BFD

Black with #066BFD

Text Example


Text Example

White with #066BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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