#0D92E8

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

Shades of Dodger Blue #0D92E8

Tints of Dodger Blue #0D92E8

Color information

#0D92E8 (or 0x0D92E8) is unknown color: approx Dodger Blue. HEX triplet: 0D, 92 and E8. RGB value is (13,146,232). Sum of RGB (Red+Green+Blue) = 13+146+232=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #0D92E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D92E8 is #F26D17. Grayscale: #737373. Windows color (decimal): -15887640 or 15241741. OLE color: 15241741.

HSL color Cylindrical-coordinate representation of color #0D92E8: hue angle of 203.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D92E8 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13146232-
CMYK0.940.3700.09
HSL203.56º89.39%48.04%-
HSV(B)203.56º94.4%90.98%-
XYZ25.0126.4780.13-
YUV116.04193.4454.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.32%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 232 (91.02% from 255) = 59.34%
R=3.32%
G=37.34%
B=59.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal131462320.940.3700.09203.5689.3948.04
HexD92E85E2509cc5930
Octal152223501364501131413160
Binary11011001001011101000101111010010101001110011001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D92E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,232); }

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

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

 a { background-color: rgb(13,146,232); }

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

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

 span { border-color: rgb(13,146,232); }

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