Html Css Color HEX #0920DC Medium Blue

📋 copy color: '#0920DC'

red 9 ◦ green 32 ◦ blue 220

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

Shades of Medium Blue #0920DC

Tints of Medium Blue #0920DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 84.29%

R = 3.45%
G = 12.26%
B = 84.29%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0920DC (or 0x0920DC) is known color: Medium Blue. HEX triplet: 09, 20 and DC. RGB value is (9,32,220). Sum of RGB (Red+Green+Blue) = 9+32+220=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 220 (86.33% from 255 or 84.29% from 261); Max value from RGB is 220 - color contains mainly: blue. Hex color #0920DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920DC is #F6DF23. Grayscale: #2D2D2D. Windows color (decimal): -16178980 or 14426121. OLE color: 14426121.

HSL color Cylindrical-coordinate representation of color #0920DC: hue angle of 233.46º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0920DC is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 32 220 -
CMYK 0.96 0.85 0 0.14
HSL 233.46º 0.92% 0.45% -
HSV(B) 233.46º 0.96% 0.86% -
XYZ 13.55 6.26 68.2 -
YUV 46.56 225.88 101.21 -
System Red Green Blue C M Y K H S L
Decimal 9 32 220 0.96 0.85 0 0.14 233.46 0.92 0.45
Hex 9 20 DC 60 55 0 E E9 5C 2D
Octal 11 40 334 140 125 0 16 351 134 55
Binary 1001 100000 11011100 1100000 1010101 0 1110 11101001 1011100 101101

Color Harmonies of #0920DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0920DC

Black with #0920DC

Text Example


Text Example

White with #0920DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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