Html Css Color HEX #2517CC Medium Blue

📋 copy color: '#2517CC'

red 37 ◦ green 23 ◦ blue 204

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

Shades of Medium Blue #2517CC

Tints of Medium Blue #2517CC

RGB

 RED value IS 37 (14.84% from 255) = 14.02%

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

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

R = 14.02%
G = 8.71%
B = 77.27%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2517CC (or 0x2517CC) is known color: Medium Blue. HEX triplet: 25, 17 and CC. RGB value is (37,23,204). Sum of RGB (Red+Green+Blue) = 37+23+204=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #2517CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2517CC is #DAE833. Grayscale: #2F2F2F. Windows color (decimal): -14346292 or 13375269. OLE color: 13375269.

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

Color convert

RGB 37 23 204 -
CMYK 0.82 0.89 0 0.2
HSL 244.64º 0.8% 0.45% -
HSV(B) 244.64º 0.89% 0.8% -
XYZ 11.97 5.37 57.53 -
YUV 47.82 216.14 120.28 -
System Red Green Blue C M Y K H S L
Decimal 37 23 204 0.82 0.89 0 0.2 244.64 0.8 0.45
Hex 25 17 CC 52 59 0 14 F5 50 2D
Octal 45 27 314 122 131 0 24 365 120 55
Binary 100101 10111 11001100 1010010 1011001 0 10100 11110101 1010000 101101

Color Harmonies of #2517CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2517CC

Black with #2517CC

Text Example


Text Example

White with #2517CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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