#0F38EF

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

Shades of Persian Blue #0F38EF

Tints of Persian Blue #0F38EF

Color information

#0F38EF (or 0x0F38EF) is unknown color: approx Persian Blue. HEX triplet: 0F, 38 and EF. RGB value is (15,56,239). Sum of RGB (Red+Green+Blue) = 15+56+239=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F38EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F38EF is #F0C710. Grayscale: #3F3F3F. Windows color (decimal): -15779601 or 15677455. OLE color: 15677455.

HSL color Cylindrical-coordinate representation of color #0F38EF: hue angle of 229.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F38EF is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1556239-
CMYK0.940.7700.06
HSL229.02º88.19%49.8%-
HSV(B)229.02º93.72%93.73%-
XYZ17.199.1682.52-
YUV64.6226.4292.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.84%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 239 (93.75% from 255) = 77.10%
R=4.84%
G=18.06%
B=77.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15562390.940.7700.06229.0288.1949.8
HexF38EF5E4D06e55832
Octal17703571361150634513062
Binary111111100011101111101111010011010110111001011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F38EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,56,239); }

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

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

 a { background-color: rgb(15,56,239); }

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

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

 span { border-color: rgb(15,56,239); }

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