#0F20FA

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

Shades of Blue #0F20FA

Tints of Blue #0F20FA

Color information

#0F20FA (or 0x0F20FA) is unknown color: approx Blue. HEX triplet: 0F, 20 and FA. RGB value is (15,32,250). Sum of RGB (Red+Green+Blue) = 15+32+250=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F20FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F20FA is #F0DF05. Grayscale: #323232. Windows color (decimal): -15785734 or 16392207. OLE color: 16392207.

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

Color convert

RGB1532250-
CMYK0.940.8700.02
HSL235.66º95.92%51.96%-
HSV(B)235.66º94%98.04%-
XYZ17.978.0491.05-
YUV51.77239.87101.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.05%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 250 (98.05% from 255) = 84.18%
R=5.05%
G=10.77%
B=84.18%

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
Decimal15322500.940.8700.02235.6695.9251.96
HexF20FA5E5702ec6034
Octal17403721361270235414064
Binary11111000001111101010111101010111010111011001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F20FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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