Html Css Color HEX #0903DB Medium Blue

📋 copy color: '#0903DB'

red 9 ◦ green 3 ◦ blue 219

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

Shades of Medium Blue #0903DB

Tints of Medium Blue #0903DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 3.9%
G = 1.3%
B = 94.81%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0903DB (or 0x0903DB) is known color: Medium Blue. HEX triplet: 09, 03 and DB. RGB value is (9,3,219). Sum of RGB (Red+Green+Blue) = 9+3+219=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 219 (85.94% from 255 or 94.81% from 231); Max value from RGB is 219 - color contains mainly: blue. Hex color #0903DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0903DB is #F6FC24. Grayscale: #1C1C1C. Windows color (decimal): -16186405 or 14353161. OLE color: 14353161.

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

Color convert

RGB 9 3 219 -
CMYK 0.96 0.99 0 0.14
HSL 241.67º 0.97% 0.44% -
HSV(B) 241.67º 0.99% 0.86% -
XYZ 12.93 5.24 67.35 -
YUV 29.42 234.99 113.44 -
System Red Green Blue C M Y K H S L
Decimal 9 3 219 0.96 0.99 0 0.14 241.67 0.97 0.44
Hex 9 3 DB 60 63 0 E F2 61 2C
Octal 11 3 333 140 143 0 16 362 141 54
Binary 1001 11 11011011 1100000 1100011 0 1110 11110010 1100001 101100

Color Harmonies of #0903DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0903DB

Black with #0903DB

Text Example


Text Example

White with #0903DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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