Html Css Color HEX #0920CE Medium Blue

📋 copy color: '#0920CE'

red 9 ◦ green 32 ◦ blue 206

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

Shades of Medium Blue #0920CE

Tints of Medium Blue #0920CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 83.4%

R = 3.64%
G = 12.96%
B = 83.4%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0920CE (or 0x0920CE) is known color: Medium Blue. HEX triplet: 09, 20 and CE. RGB value is (9,32,206). Sum of RGB (Red+Green+Blue) = 9+32+206=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #0920CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920CE is #F6DF31. Grayscale: #2C2C2C. Windows color (decimal): -16178994 or 13508617. OLE color: 13508617.

HSL color Cylindrical-coordinate representation of color #0920CE: hue angle of 232.99º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0920CE is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 32 206 -
CMYK 0.96 0.84 0 0.19
HSL 232.99º 0.92% 0.42% -
HSV(B) 232.99º 0.96% 0.81% -
XYZ 11.77 5.55 58.84 -
YUV 44.96 218.88 102.35 -
System Red Green Blue C M Y K H S L
Decimal 9 32 206 0.96 0.84 0 0.19 232.99 0.92 0.42
Hex 9 20 CE 60 54 0 13 E9 5C 2A
Octal 11 40 316 140 124 0 23 351 134 52
Binary 1001 100000 11001110 1100000 1010100 0 10011 11101001 1011100 101010

Color Harmonies of #0920CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0920CE

Black with #0920CE

Text Example


Text Example

White with #0920CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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