#0A20E7

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

Shades of Blue #0A20E7

Tints of Blue #0A20E7

Color information

#0A20E7 (or 0x0A20E7) is unknown color: approx Blue. HEX triplet: 0A, 20 and E7. RGB value is (10,32,231). Sum of RGB (Red+Green+Blue) = 10+32+231=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 231 (90.62% from 255 or 84.62% from 273); Max value from RGB is 231 - color contains mainly: blue. Hex color #0A20E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A20E7 is #F5DF18. Grayscale: #2F2F2F. Windows color (decimal): -16113433 or 15147018. OLE color: 15147018.

HSL color Cylindrical-coordinate representation of color #0A20E7: hue angle of 234.03º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A20E7 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1032231-
CMYK0.960.8600.09
HSL234.03º91.7%47.25%-
HSV(B)234.03º95.67%90.59%-
XYZ15.076.8776.13-
YUV48.11231.21100.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.66%
GREEN value IS 32 (12.89% from 255) = 11.72%
BLUE value IS 231 (90.62% from 255) = 84.62%
R=3.66%
G=11.72%
B=84.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal10322310.960.8600.09234.0391.747.25
HexA20E7605609ea5c2f
Octal124034714012601135213457
Binary1010100000111001111100000101011001001111010101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A20E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,32,231); }

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

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

 a { background-color: rgb(10,32,231); }

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

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

 span { border-color: rgb(10,32,231); }

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