Html Css Color HEX #0905DB Medium Blue

📋 copy color: '#0905DB'

red 9 ◦ green 5 ◦ blue 219

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

Shades of Medium Blue #0905DB

Tints of Medium Blue #0905DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

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

R = 3.86%
G = 2.15%
B = 93.99%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0905DB (or 0x0905DB) is known color: Medium Blue. HEX triplet: 09, 05 and DB. RGB value is (9,5,219). Sum of RGB (Red+Green+Blue) = 9+5+219=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 219 (85.94% from 255 or 93.99% from 233); Max value from RGB is 219 - color contains mainly: blue. Hex color #0905DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905DB is #F6FA24. Grayscale: #1D1D1D. Windows color (decimal): -16185893 or 14353673. OLE color: 14353673.

HSL color Cylindrical-coordinate representation of color #0905DB: hue angle of 241.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0905DB is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 5 219 -
CMYK 0.96 0.98 0 0.14
HSL 241.12º 0.96% 0.44% -
HSV(B) 241.12º 0.98% 0.86% -
XYZ 12.95 5.28 67.35 -
YUV 30.59 234.33 112.6 -
System Red Green Blue C M Y K H S L
Decimal 9 5 219 0.96 0.98 0 0.14 241.12 0.96 0.44
Hex 9 5 DB 60 62 0 E F1 60 2C
Octal 11 5 333 140 142 0 16 361 140 54
Binary 1001 101 11011011 1100000 1100010 0 1110 11110001 1100000 101100

Color Harmonies of #0905DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0905DB

Black with #0905DB

Text Example


Text Example

White with #0905DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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