#0F8BEE

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

Shades of Dodger Blue #0F8BEE

Tints of Dodger Blue #0F8BEE

Color information

#0F8BEE (or 0x0F8BEE) is unknown color: approx Dodger Blue. HEX triplet: 0F, 8B and EE. RGB value is (15,139,238). Sum of RGB (Red+Green+Blue) = 15+139+238=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F8BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8BEE is #F07411. Grayscale: #707070. Windows color (decimal): -15758354 or 15633167. OLE color: 15633167.

HSL color Cylindrical-coordinate representation of color #0F8BEE: hue angle of 206.64º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F8BEE is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15139238-
CMYK0.940.4200.07
HSL206.64º88.14%49.61%-
HSV(B)206.64º93.7%93.33%-
XYZ24.8624.7484.35-
YUV113.21198.4257.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.83%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 238 (93.36% from 255) = 60.71%
R=3.83%
G=35.46%
B=60.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151392380.940.4200.07206.6488.1449.61
HexF8BEE5E2A07cf5832
Octal17213356136520731713062
Binary1111100010111110111010111101010100111110011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,139,238); }

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

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

 a { background-color: rgb(15,139,238); }

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

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

 span { border-color: rgb(15,139,238); }

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