Html Css Color HEX #0518DB Medium Blue

📋 copy color: '#0518DB'

red 5 ◦ green 24 ◦ blue 219

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

Shades of Medium Blue #0518DB

Tints of Medium Blue #0518DB

RGB

 RED value IS 5 (2.34% from 255) = 2.02%

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 2.02%
G = 9.68%
B = 88.31%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0518DB (or 0x0518DB) is known color: Medium Blue. HEX triplet: 05, 18 and DB. RGB value is (5,24,219). Sum of RGB (Red+Green+Blue) = 5+24+219=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 219 (85.94% from 255 or 88.31% from 248); Max value from RGB is 219 - color contains mainly: blue. Hex color #0518DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518DB is #FAE724. Grayscale: #272727. Windows color (decimal): -16443173 or 14358533. OLE color: 14358533.

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

Color convert

RGB 5 24 219 -
CMYK 0.98 0.89 0 0.14
HSL 234.67º 0.96% 0.44% -
HSV(B) 234.67º 0.98% 0.86% -
XYZ 13.18 5.8 67.44 -
YUV 40.55 228.71 102.64 -
System Red Green Blue C M Y K H S L
Decimal 5 24 219 0.98 0.89 0 0.14 234.67 0.96 0.44
Hex 5 18 DB 62 59 0 E EB 60 2C
Octal 5 30 333 142 131 0 16 353 140 54
Binary 101 11000 11011011 1100010 1011001 0 1110 11101011 1100000 101100

Color Harmonies of #0518DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0518DB

Black with #0518DB

Text Example


Text Example

White with #0518DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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