#0F8AEE

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

Shades of Dodger Blue #0F8AEE

Tints of Dodger Blue #0F8AEE

Color information

#0F8AEE (or 0x0F8AEE) is unknown color: approx Dodger Blue. HEX triplet: 0F, 8A and EE. RGB value is (15,138,238). Sum of RGB (Red+Green+Blue) = 15+138+238=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F8AEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8AEE is #F07511. Grayscale: #707070. Windows color (decimal): -15758610 or 15632911. OLE color: 15632911.

HSL color Cylindrical-coordinate representation of color #0F8AEE: hue angle of 206.91º 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 #0F8AEE is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15138238-
CMYK0.940.4200.07
HSL206.91º88.14%49.61%-
HSV(B)206.91º93.7%93.33%-
XYZ24.7224.4584.31-
YUV112.62198.7558.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.84%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 238 (93.36% from 255) = 60.87%
R=3.84%
G=35.29%
B=60.87%

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
Decimal151382380.940.4200.07206.9188.1449.61
HexF8AEE5E2A07cf5832
Octal17212356136520731713062
Binary1111100010101110111010111101010100111110011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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