#006DFF

Color #006DFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #006DFF

Tints of Dodger Blue #006DFF

Color information

#006DFF (or 0x006DFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 6D and FF. RGB value is (0,109,255). Sum of RGB (Red+Green+Blue) = 0+109+255=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #006DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DFF is #FF9200. Grayscale: #5C5C5C. Windows color (decimal): -16749057 or 16739584. OLE color: 16739584.

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

Color convert

RGB0109255-
CMYK10.5700
HSL214.35º100%50%-
HSV(B)214.35º100%100%-
XYZ23.5218.1696.87-
YUV93.05219.3961.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 255 (100% from 255) = 70.05%
R=0%
G=29.95%
B=70.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal010925510.5700214.3510050
Hex06DFF643900d66432
Octal0155377144710032614462
Binary0110110111111111110010011100100110101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #006DFF;
 }
 .AnyTagClassName
 {
   color: #006DFF;
 }
</style>
background-color css

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

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

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

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

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

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