#0F18FF

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

Shades of Blue #0F18FF

Tints of Blue #0F18FF

Color information

#0F18FF (or 0x0F18FF) is unknown color: approx Blue. HEX triplet: 0F, 18 and FF. RGB value is (15,24,255). Sum of RGB (Red+Green+Blue) = 15+24+255=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 255 (100% from 255 or 86.73% from 294); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F18FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F18FF is #F0E700. Grayscale: #2E2E2E. Windows color (decimal): -15787777 or 16717839. OLE color: 16717839.

HSL color Cylindrical-coordinate representation of color #0F18FF: hue angle of 237.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F18FF is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1524255-
CMYK0.940.9100
HSL237.75º100%52.94%-
HSV(B)237.75º94.12%100%-
XYZ18.577.9795.17-
YUV47.64245.02104.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.10%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 255 (100% from 255) = 86.73%
R=5.10%
G=8.16%
B=86.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal15242550.940.9100237.7510052.94
HexF18FF5E5B00ee6435
Octal17303771361330035614465
Binary111111000111111111011110101101100111011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F18FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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