Html Css Color HEX #0920DB Medium Blue

📋 copy color: '#0920DB'

red 9 ◦ green 32 ◦ blue 219

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

Shades of Medium Blue #0920DB

Tints of Medium Blue #0920DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 84.23%

R = 3.46%
G = 12.31%
B = 84.23%

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

#0920DB (or 0x0920DB) is known color: Medium Blue. HEX triplet: 09, 20 and DB. RGB value is (9,32,219). Sum of RGB (Red+Green+Blue) = 9+32+219=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #0920DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0920DB is #F6DF24. Grayscale: #2D2D2D. Windows color (decimal): -16178981 or 14360585. OLE color: 14360585.

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

Color convert

RGB 9 32 219 -
CMYK 0.96 0.85 0 0.14
HSL 233.43º 0.92% 0.45% -
HSV(B) 233.43º 0.96% 0.86% -
XYZ 13.42 6.21 67.51 -
YUV 46.44 225.38 101.29 -
System Red Green Blue C M Y K H S L
Decimal 9 32 219 0.96 0.85 0 0.14 233.43 0.92 0.45
Hex 9 20 DB 60 55 0 E E9 5C 2D
Octal 11 40 333 140 125 0 16 351 134 55
Binary 1001 100000 11011011 1100000 1010101 0 1110 11101001 1011100 101101

Color Harmonies of #0920DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0920DB

Black with #0920DB

Text Example


Text Example

White with #0920DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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