#0F89E6

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

Shades of Dodger Blue #0F89E6

Tints of Dodger Blue #0F89E6

Color information

#0F89E6 (or 0x0F89E6) is unknown color: approx Dodger Blue. HEX triplet: 0F, 89 and E6. RGB value is (15,137,230). Sum of RGB (Red+Green+Blue) = 15+137+230=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #0F89E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F89E6 is #F07619. Grayscale: #6E6E6E. Windows color (decimal): -15758874 or 15108367. OLE color: 15108367.

HSL color Cylindrical-coordinate representation of color #0F89E6: hue angle of 205.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F89E6 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15137230-
CMYK0.930.4000.10
HSL205.95º87.76%48.04%-
HSV(B)205.95º93.48%90.2%-
XYZ23.4323.7178.2-
YUV111.12195.0859.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.93%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 230 (90.23% from 255) = 60.21%
R=3.93%
G=35.86%
B=60.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal151372300.930.4000.10205.9587.7648.04
HexF89E65D280Ace5830
Octal172113461355001231613060
Binary11111000100111100110101110110100001010110011101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F89E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,137,230); }

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

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

 a { background-color: rgb(15,137,230); }

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

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

 span { border-color: rgb(15,137,230); }

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