#0F21F3

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

Shades of Blue #0F21F3

Tints of Blue #0F21F3

Color information

#0F21F3 (or 0x0F21F3) is unknown color: approx Blue. HEX triplet: 0F, 21 and F3. RGB value is (15,33,243). Sum of RGB (Red+Green+Blue) = 15+33+243=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 243 (95.31% from 255 or 83.51% from 291); Max value from RGB is 243 - color contains mainly: blue. Hex color #0F21F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F21F3 is #F0DE0C. Grayscale: #323232. Windows color (decimal): -15785485 or 15933711. OLE color: 15933711.

HSL color Cylindrical-coordinate representation of color #0F21F3: hue angle of 235.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F21F3 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1533243-
CMYK0.940.8600.05
HSL235.26º90.48%50.59%-
HSV(B)235.26º93.83%95.29%-
XYZ16.927.6685.38-
YUV51.56236.04101.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.15%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 243 (95.31% from 255) = 83.51%
R=5.15%
G=11.34%
B=83.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal15332430.940.8600.05235.2690.4850.59
HexF21F35E5605eb5a33
Octal17413631361260535313263
Binary111110000111110011101111010101100101111010111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F21F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,33,243); }

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

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

 a { background-color: rgb(15,33,243); }

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

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

 span { border-color: rgb(15,33,243); }

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