#0F1CEE

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

Shades of Blue #0F1CEE

Tints of Blue #0F1CEE

Color information

#0F1CEE (or 0x0F1CEE) is unknown color: approx Blue. HEX triplet: 0F, 1C and EE. RGB value is (15,28,238). Sum of RGB (Red+Green+Blue) = 15+28+238=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 238 (93.36% from 255 or 84.70% from 281); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F1CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1CEE is #F0E311. Grayscale: #2F2F2F. Windows color (decimal): -15786770 or 15604751. OLE color: 15604751.

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

Color convert

RGB1528238-
CMYK0.940.8800.07
HSL236.5º88.14%49.61%-
HSV(B)236.5º93.7%93.33%-
XYZ16.047.1181.41-
YUV48.05235.19104.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.34%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 238 (93.36% from 255) = 84.70%
R=5.34%
G=9.96%
B=84.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15282380.940.8800.07236.588.1449.61
HexF1CEE5E5807ed5832
Octal17343561361300735513062
Binary11111110011101110101111010110000111111011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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