#0F21FA

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

Shades of Blue #0F21FA

Tints of Blue #0F21FA

Color information

#0F21FA (or 0x0F21FA) is unknown color: approx Blue. HEX triplet: 0F, 21 and FA. RGB value is (15,33,250). Sum of RGB (Red+Green+Blue) = 15+33+250=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F21FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F21FA is #F0DE05. Grayscale: #333333. Windows color (decimal): -15785478 or 16392463. OLE color: 16392463.

HSL color Cylindrical-coordinate representation of color #0F21FA: hue angle of 235.4º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F21FA is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1533250-
CMYK0.940.8700.02
HSL235.4º95.92%51.96%-
HSV(B)235.4º94%98.04%-
XYZ188.0991.06-
YUV52.36239.54101.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.03%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 250 (98.05% from 255) = 83.89%
R=5.03%
G=11.07%
B=83.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15332500.940.8700.02235.495.9251.96
HexF21FA5E5702eb6034
Octal17413721361270235314064
Binary11111000011111101010111101010111010111010111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F21FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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