Html Css Color HEX #0920EE Blue

📋 copy color: '#0920EE'

red 9 ◦ green 32 ◦ blue 238

#0920EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0920EE

Tints of Blue #0920EE

RGB

 RED value IS 9 (3.91% from 255) = 3.23%

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 238 (93.36% from 255) = 85.3%

R = 3.23%
G = 11.47%
B = 85.3%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0920EE (or 0x0920EE) is known color: Blue. HEX triplet: 09, 20 and EE. RGB value is (9,32,238). Sum of RGB (Red+Green+Blue) = 9+32+238=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 238 (93.36% from 255 or 85.30% from 279); Max value from RGB is 238 - color contains mainly: blue. Hex color #0920EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0920EE is #F6DF11. Grayscale: #2F2F2F. Windows color (decimal): -16178962 or 15605769. OLE color: 15605769.

HSL color Cylindrical-coordinate representation of color #0920EE: hue angle of 233.97º 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 #0920EE is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 32 238 -
CMYK 0.96 0.87 0 0.07
HSL 233.97º 0.93% 0.48% -
HSV(B) 233.97º 0.96% 0.93% -
XYZ 16.06 7.26 81.44 -
YUV 48.61 234.88 99.75 -
System Red Green Blue C M Y K H S L
Decimal 9 32 238 0.96 0.87 0 0.07 233.97 0.93 0.48
Hex 9 20 EE 60 57 0 7 EA 5D 30
Octal 11 40 356 140 127 0 7 352 135 60
Binary 1001 100000 11101110 1100000 1010111 0 111 11101010 1011101 110000

Color Harmonies of #0920EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0920EE

Black with #0920EE

Text Example


Text Example

White with #0920EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0920EE;
 }
 .AnyTagClassName
 {
   color: #0920EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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