Html Css Color HEX #1809DB Medium Blue

📋 copy color: '#1809DB'

red 24 ◦ green 9 ◦ blue 219

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

Shades of Medium Blue #1809DB

Tints of Medium Blue #1809DB

RGB

 RED value IS 24 (9.77% from 255) = 9.52%

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

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

R = 9.52%
G = 3.57%
B = 86.9%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1809DB (or 0x1809DB) is known color: Medium Blue. HEX triplet: 18, 09 and DB. RGB value is (24,9,219). Sum of RGB (Red+Green+Blue) = 24+9+219=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #1809DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1809DB is #E7F624. Grayscale: #242424. Windows color (decimal): -15201829 or 14354712. OLE color: 14354712.

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

Color convert

RGB 24 9 219 -
CMYK 0.89 0.96 0 0.14
HSL 244.29º 0.92% 0.45% -
HSV(B) 244.29º 0.96% 0.86% -
XYZ 13.26 5.5 67.38 -
YUV 37.43 230.47 118.42 -
System Red Green Blue C M Y K H S L
Decimal 24 9 219 0.89 0.96 0 0.14 244.29 0.92 0.45
Hex 18 9 DB 59 60 0 E F4 5C 2D
Octal 30 11 333 131 140 0 16 364 134 55
Binary 11000 1001 11011011 1011001 1100000 0 1110 11110100 1011100 101101

Color Harmonies of #1809DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1809DB

Black with #1809DB

Text Example


Text Example

White with #1809DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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