Html Css Color HEX #0517CC Medium Blue

📋 copy color: '#0517CC'

red 5 ◦ green 23 ◦ blue 204

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

Shades of Medium Blue #0517CC

Tints of Medium Blue #0517CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

 BLUE value IS 204 (80.08% from 255) = 87.93%

R = 2.16%
G = 9.91%
B = 87.93%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0517CC (or 0x0517CC) is known color: Medium Blue. HEX triplet: 05, 17 and CC. RGB value is (5,23,204). Sum of RGB (Red+Green+Blue) = 5+23+204=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #0517CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0517CC is #FAE833. Grayscale: #252525. Windows color (decimal): -16443444 or 13375237. OLE color: 13375237.

HSL color Cylindrical-coordinate representation of color #0517CC: hue angle of 234.57º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0517CC is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 23 204 -
CMYK 0.98 0.89 0 0.2
HSL 234.57º 0.95% 0.41% -
HSV(B) 234.57º 0.98% 0.8% -
XYZ 11.27 5 57.5 -
YUV 38.25 221.54 104.28 -
System Red Green Blue C M Y K H S L
Decimal 5 23 204 0.98 0.89 0 0.2 234.57 0.95 0.41
Hex 5 17 CC 62 59 0 14 EB 5F 29
Octal 5 27 314 142 131 0 24 353 137 51
Binary 101 10111 11001100 1100010 1011001 0 10100 11101011 1011111 101001

Color Harmonies of #0517CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0517CC

Black with #0517CC

Text Example


Text Example

White with #0517CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0517CC; }

 p { color: rgb(5,23,204); }

 H1.HeaderClassName
 {
   color: #0517CC;
 }
 .AnyTagClassName
 {
   color: #0517CC;
 }
</style>

background-color css

<style>
 a { background-color: #0517CC; }

 a { background-color: rgb(5,23,204); }

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

border-color css

<style>
 span { border-color: #0517CC; }

 span { border-color: rgb(5,23,204); }

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