Html Css Color HEX #0920CC Medium Blue

📋 copy color: '#0920CC'

red 9 ◦ green 32 ◦ blue 204

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

Shades of Medium Blue #0920CC

Tints of Medium Blue #0920CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 83.27%

R = 3.67%
G = 13.06%
B = 83.27%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0920CC (or 0x0920CC) is known color: Medium Blue. HEX triplet: 09, 20 and CC. RGB value is (9,32,204). Sum of RGB (Red+Green+Blue) = 9+32+204=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #0920CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920CC is #F6DF33. Grayscale: #2C2C2C. Windows color (decimal): -16178996 or 13377545. OLE color: 13377545.

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

Color convert

RGB 9 32 204 -
CMYK 0.96 0.84 0 0.2
HSL 232.92º 0.92% 0.42% -
HSV(B) 232.92º 0.96% 0.8% -
XYZ 11.53 5.45 57.57 -
YUV 44.73 217.88 102.51 -
System Red Green Blue C M Y K H S L
Decimal 9 32 204 0.96 0.84 0 0.2 232.92 0.92 0.42
Hex 9 20 CC 60 54 0 14 E9 5C 2A
Octal 11 40 314 140 124 0 24 351 134 52
Binary 1001 100000 11001100 1100000 1010100 0 10100 11101001 1011100 101010

Color Harmonies of #0920CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0920CC

Black with #0920CC

Text Example


Text Example

White with #0920CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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