#0D66F9

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

Shades of Dodger Blue #0D66F9

Tints of Dodger Blue #0D66F9

Color information

#0D66F9 (or 0x0D66F9) is unknown color: approx Dodger Blue. HEX triplet: 0D, 66 and F9. RGB value is (13,102,249). Sum of RGB (Red+Green+Blue) = 13+102+249=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 249 (97.66% from 255 or 68.41% from 364); Max value from RGB is 249 - color contains mainly: blue. Hex color #0D66F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D66F9 is #F29906. Grayscale: #5B5B5B. Windows color (decimal): -15898887 or 16344589. OLE color: 16344589.

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

Color convert

RGB13102249-
CMYK0.950.5900.02
HSL217.37º95.16%51.37%-
HSV(B)217.37º94.78%97.65%-
XYZ22.0216.4391.63-
YUV92.15216.5171.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.57%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 249 (97.66% from 255) = 68.41%
R=3.57%
G=28.02%
B=68.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131022490.950.5900.02217.3795.1651.37
HexD66F95F3B02d95f33
Octal15146371137730233113763
Binary11011100110111110011011111111011010110110011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D66F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D66F9; }

 p { color: rgb(13,102,249); }

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

<style>
 a { background-color: #0D66F9; }

 a { background-color: rgb(13,102,249); }

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

<style>
 span { border-color: #0D66F9; }

 span { border-color: rgb(13,102,249); }

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