#0F8DE1

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

Shades of Dodger Blue #0F8DE1

Tints of Dodger Blue #0F8DE1

Color information

#0F8DE1 (or 0x0F8DE1) is unknown color: approx Dodger Blue. HEX triplet: 0F, 8D and E1. RGB value is (15,141,225). Sum of RGB (Red+Green+Blue) = 15+141+225=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #0F8DE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8DE1 is #F0721E. Grayscale: #707070. Windows color (decimal): -15757855 or 14781711. OLE color: 14781711.

HSL color Cylindrical-coordinate representation of color #0F8DE1: hue angle of 204º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8DE1 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15141225-
CMYK0.930.3700.12
HSL204º87.5%47.06%-
HSV(B)204º93.33%88.24%-
XYZ23.3124.5974.75-
YUV112.9191.2658.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.94%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 225 (88.28% from 255) = 59.06%
R=3.94%
G=37.01%
B=59.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151412250.930.3700.1220487.547.06
HexF8DE15D250Ccc582f
Octal172153411354501431413057
Binary11111000110111100001101110110010101100110011001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,141,225); }

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

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

 a { background-color: rgb(15,141,225); }

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

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

 span { border-color: rgb(15,141,225); }

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