Html Css Color HEX #0519DC Medium Blue

📋 copy color: '#0519DC'

red 5 ◦ green 25 ◦ blue 220

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

Shades of Medium Blue #0519DC

Tints of Medium Blue #0519DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 220 (86.33% from 255) = 88%

R = 2%
G = 10%
B = 88%

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

#0519DC (or 0x0519DC) is known color: Medium Blue. HEX triplet: 05, 19 and DC. RGB value is (5,25,220). Sum of RGB (Red+Green+Blue) = 5+25+220=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 220 (86.33% from 255 or 88% from 250); Max value from RGB is 220 - color contains mainly: blue. Hex color #0519DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519DC is #FAE623. Grayscale: #282828. Windows color (decimal): -16442916 or 14424325. OLE color: 14424325.

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

Color convert

RGB 5 25 220 -
CMYK 0.98 0.89 0 0.14
HSL 234.42º 0.96% 0.44% -
HSV(B) 234.42º 0.98% 0.86% -
XYZ 13.33 5.89 68.15 -
YUV 41.25 228.87 102.14 -
System Red Green Blue C M Y K H S L
Decimal 5 25 220 0.98 0.89 0 0.14 234.42 0.96 0.44
Hex 5 19 DC 62 59 0 E EA 60 2C
Octal 5 31 334 142 131 0 16 352 140 54
Binary 101 11001 11011100 1100010 1011001 0 1110 11101010 1100000 101100

Color Harmonies of #0519DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0519DC

Black with #0519DC

Text Example


Text Example

White with #0519DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0519DC; }

 p { color: rgb(5,25,220); }

 H1.HeaderClassName
 {
   color: #0519DC;
 }
 .AnyTagClassName
 {
   color: #0519DC;
 }
</style>

background-color css

<style>
 a { background-color: #0519DC; }

 a { background-color: rgb(5,25,220); }

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

border-color css

<style>
 span { border-color: #0519DC; }

 span { border-color: rgb(5,25,220); }

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