#0D66FC

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

Shades of Dodger Blue #0D66FC

Tints of Dodger Blue #0D66FC

Color information

#0D66FC (or 0x0D66FC) is unknown color: approx Dodger Blue. HEX triplet: 0D, 66 and FC. RGB value is (13,102,252). Sum of RGB (Red+Green+Blue) = 13+102+252=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D66FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D66FC is #F29903. Grayscale: #5B5B5B. Windows color (decimal): -15898884 or 16541197. OLE color: 16541197.

HSL color Cylindrical-coordinate representation of color #0D66FC: hue angle of 217.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D66FC is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13102252-
CMYK0.950.6000.01
HSL217.66º97.55%51.96%-
HSV(B)217.66º94.84%98.82%-
XYZ22.4916.6294.12-
YUV92.49218.0171.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.54%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 252 (98.83% from 255) = 68.66%
R=3.54%
G=27.79%
B=68.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal131022520.950.6000.01217.6697.5551.96
HexD66FC5F3C01da6234
Octal15146374137740133214264
Binary1101110011011111100101111111110001110110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D66FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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