#0920ED

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

Shades of Blue #0920ED

Tints of Blue #0920ED

Color information

#0920ED (or 0x0920ED) is unknown color: approx Blue. HEX triplet: 09, 20 and ED. RGB value is (9,32,237). Sum of RGB (Red+Green+Blue) = 9+32+237=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 237 (92.97% from 255 or 85.25% from 278); Max value from RGB is 237 - color contains mainly: blue. Hex color #0920ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0920ED is #F6DF12. Grayscale: #2F2F2F. Windows color (decimal): -16178963 or 15540233. OLE color: 15540233.

HSL color Cylindrical-coordinate representation of color #0920ED: hue angle of 233.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0920ED is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB932237-
CMYK0.960.8600.07
HSL233.95º92.68%48.24%-
HSV(B)233.95º96.2%92.94%-
XYZ15.927.2180.67-
YUV48.49234.3899.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 237 (92.97% from 255) = 85.25%
R=3.24%
G=11.51%
B=85.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9322370.960.8600.07233.9592.6848.24
Hex920ED605607ea5d30
Octal11403551401260735213560
Binary100110000011101101110000010101100111111010101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0920ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0920ED; }

 p { color: rgb(9,32,237); }

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

<style>
 a { background-color: #0920ED; }

 a { background-color: rgb(9,32,237); }

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

<style>
 span { border-color: #0920ED; }

 span { border-color: rgb(9,32,237); }

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