#0F18ED

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

Shades of Blue #0F18ED

Tints of Blue #0F18ED

Color information

#0F18ED (or 0x0F18ED) is unknown color: approx Blue. HEX triplet: 0F, 18 and ED. RGB value is (15,24,237). Sum of RGB (Red+Green+Blue) = 15+24+237=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 237 (92.97% from 255 or 85.87% from 276); Max value from RGB is 237 - color contains mainly: blue. Hex color #0F18ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F18ED is #F0E712. Grayscale: #2C2C2C. Windows color (decimal): -15787795 or 15538191. OLE color: 15538191.

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

Color convert

RGB1524237-
CMYK0.940.9000.07
HSL237.57º88.1%49.41%-
HSV(B)237.57º93.67%92.94%-
XYZ15.816.8780.61-
YUV45.59236.02106.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.43%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 237 (92.97% from 255) = 85.87%
R=5.43%
G=8.70%
B=85.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15242370.940.9000.07237.5788.149.41
HexF18ED5E5A07ee5831
Octal17303551361320735613061
Binary11111100011101101101111010110100111111011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F18ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,24,237); }

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

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

 a { background-color: rgb(15,24,237); }

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

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

 span { border-color: rgb(15,24,237); }

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