#0F2DE0

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

Shades of Persian Blue #0F2DE0

Tints of Persian Blue #0F2DE0

Color information

#0F2DE0 (or 0x0F2DE0) is unknown color: approx Persian Blue. HEX triplet: 0F, 2D and E0. RGB value is (15,45,224). Sum of RGB (Red+Green+Blue) = 15+45+224=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 224 (87.89% from 255 or 78.87% from 284); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F2DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2DE0 is #F0D21F. Grayscale: #373737. Windows color (decimal): -15782432 or 14691599. OLE color: 14691599.

HSL color Cylindrical-coordinate representation of color #0F2DE0: hue angle of 231.39º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F2DE0 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1545224-
CMYK0.930.8000.12
HSL231.39º87.45%46.86%-
HSV(B)231.39º93.3%87.84%-
XYZ14.597.3671.17-
YUV56.44222.5698.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 45 (17.97% from 255) = 15.85%
BLUE value IS 224 (87.89% from 255) = 78.87%
R=5.28%
G=15.85%
B=78.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15452240.930.8000.12231.3987.4546.86
HexF2DE05D500Ce7572f
Octal175534013512001434712757
Binary1111101101111000001011101101000001100111001111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,224); }

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

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

 a { background-color: rgb(15,45,224); }

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

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

 span { border-color: rgb(15,45,224); }

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