Html Css Color HEX #0309DB Medium Blue

📋 copy color: '#0309DB'

red 3 ◦ green 9 ◦ blue 219

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

Shades of Medium Blue #0309DB

Tints of Medium Blue #0309DB

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0309DB (or 0x0309DB) is known color: Medium Blue. HEX triplet: 03, 09 and DB. RGB value is (3,9,219). Sum of RGB (Red+Green+Blue) = 3+9+219=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 9 (3.91% from 255 or 3.90% 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 #0309DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0309DB is #FCF624. Grayscale: #1E1E1E. Windows color (decimal): -16578085 or 14354691. OLE color: 14354691.

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

Color convert

RGB 3 9 219 -
CMYK 0.99 0.96 0 0.14
HSL 238.33º 0.97% 0.44% -
HSV(B) 238.33º 0.99% 0.86% -
XYZ 12.92 5.33 67.37 -
YUV 31.15 234.01 107.92 -
System Red Green Blue C M Y K H S L
Decimal 3 9 219 0.99 0.96 0 0.14 238.33 0.97 0.44
Hex 3 9 DB 63 60 0 E EE 61 2C
Octal 3 11 333 143 140 0 16 356 141 54
Binary 11 1001 11011011 1100011 1100000 0 1110 11101110 1100001 101100

Color Harmonies of #0309DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0309DB

Black with #0309DB

Text Example


Text Example

White with #0309DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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