Html Css Color HEX #0518DD Medium Blue

📋 copy color: '#0518DD'

red 5 ◦ green 24 ◦ blue 221

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

Shades of Medium Blue #0518DD

Tints of Medium Blue #0518DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 88.4%

R = 2%
G = 9.6%
B = 88.4%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0518DD (or 0x0518DD) is known color: Medium Blue. HEX triplet: 05, 18 and DD. RGB value is (5,24,221). Sum of RGB (Red+Green+Blue) = 5+24+221=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #0518DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518DD is #FAE722. Grayscale: #272727. Windows color (decimal): -16443171 or 14489605. OLE color: 14489605.

HSL color Cylindrical-coordinate representation of color #0518DD: hue angle of 234.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0518DD is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 24 221 -
CMYK 0.98 0.89 0 0.13
HSL 234.72º 0.96% 0.44% -
HSV(B) 234.72º 0.98% 0.87% -
XYZ 13.44 5.91 68.84 -
YUV 40.78 229.71 102.48 -
System Red Green Blue C M Y K H S L
Decimal 5 24 221 0.98 0.89 0 0.13 234.72 0.96 0.44
Hex 5 18 DD 62 59 0 D EB 60 2C
Octal 5 30 335 142 131 0 15 353 140 54
Binary 101 11000 11011101 1100010 1011001 0 1101 11101011 1100000 101100

Color Harmonies of #0518DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0518DD

Black with #0518DD

Text Example


Text Example

White with #0518DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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