#0D92EB

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

Shades of Dodger Blue #0D92EB

Tints of Dodger Blue #0D92EB

Color information

#0D92EB (or 0x0D92EB) is unknown color: approx Dodger Blue. HEX triplet: 0D, 92 and EB. RGB value is (13,146,235). Sum of RGB (Red+Green+Blue) = 13+146+235=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D92EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D92EB is #F26D14. Grayscale: #737373. Windows color (decimal): -15887637 or 15438349. OLE color: 15438349.

HSL color Cylindrical-coordinate representation of color #0D92EB: hue angle of 204.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D92EB is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13146235-
CMYK0.940.3800.08
HSL204.05º89.52%48.63%-
HSV(B)204.05º94.47%92.16%-
XYZ25.4426.6482.4-
YUV116.38194.9454.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.30%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 235 (92.19% from 255) = 59.64%
R=3.30%
G=37.06%
B=59.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal131462350.940.3800.08204.0589.5248.63
HexD92EB5E2608cc5a31
Octal152223531364601031413261
Binary11011001001011101011101111010011001000110011001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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