Html Css Color HEX #0209DB Medium Blue

📋 copy color: '#0209DB'

red 2 ◦ green 9 ◦ blue 219

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

Shades of Medium Blue #0209DB

Tints of Medium Blue #0209DB

RGB

 RED value IS 2 (1.17% from 255) = 0.87%

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

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

R = 0.87%
G = 3.91%
B = 95.22%

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

#0209DB (or 0x0209DB) is known color: Medium Blue. HEX triplet: 02, 09 and DB. RGB value is (2,9,219). Sum of RGB (Red+Green+Blue) = 2+9+219=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 219 (85.94% from 255 or 95.22% from 230); Max value from RGB is 219 - color contains mainly: blue. Hex color #0209DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0209DB is #FDF624. Grayscale: #1E1E1E. Windows color (decimal): -16643621 or 14354690. OLE color: 14354690.

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

Color convert

RGB 2 9 219 -
CMYK 0.99 0.96 0 0.14
HSL 238.06º 0.98% 0.43% -
HSV(B) 238.06º 0.99% 0.86% -
XYZ 12.91 5.32 67.36 -
YUV 30.85 234.18 107.42 -
System Red Green Blue C M Y K H S L
Decimal 2 9 219 0.99 0.96 0 0.14 238.06 0.98 0.43
Hex 2 9 DB 63 60 0 E EE 62 2B
Octal 2 11 333 143 140 0 16 356 142 53
Binary 10 1001 11011011 1100011 1100000 0 1110 11101110 1100010 101011

Color Harmonies of #0209DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0209DB

Black with #0209DB

Text Example


Text Example

White with #0209DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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