Html Css Color HEX #066DFF Dodger Blue

📋 copy color: '#066DFF'

red 6 ◦ green 109 ◦ blue 255

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

Shades of Dodger Blue #066DFF

Tints of Dodger Blue #066DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

 BLUE value IS 255 (100% from 255) = 68.92%

R = 1.62%
G = 29.46%
B = 68.92%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#066DFF (or 0x066DFF) is known color: Dodger Blue. HEX triplet: 06, 6D and FF. RGB value is (6,109,255). Sum of RGB (Red+Green+Blue) = 6+109+255=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #066DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DFF is #F99200. Grayscale: #5E5E5E. Windows color (decimal): -16355841 or 16739590. OLE color: 16739590.

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

Color convert

RGB 6 109 255 -
CMYK 0.98 0.57 0 0
HSL 215.18º 1% 0.51% -
HSV(B) 215.18º 0.98% 1% -
XYZ 23.59 18.2 96.88 -
YUV 94.85 218.38 64.63 -
System Red Green Blue C M Y K H S L
Decimal 6 109 255 0.98 0.57 0 0 215.18 1 0.51
Hex 6 6D FF 62 39 0 0 D7 64 33
Octal 6 155 377 142 71 0 0 327 144 63
Binary 110 1101101 11111111 1100010 111001 0 0 11010111 1100100 110011

Color Harmonies of #066DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DFF

Black with #066DFF

Text Example


Text Example

White with #066DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,109,255); }

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

background-color css

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

 a { background-color: rgb(6,109,255); }

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

border-color css

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

 span { border-color: rgb(6,109,255); }

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