Html Css Color HEX #2518CE Medium Blue

📋 copy color: '#2518CE'

red 37 ◦ green 24 ◦ blue 206

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

Shades of Medium Blue #2518CE

Tints of Medium Blue #2518CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 77.15%

R = 13.86%
G = 8.99%
B = 77.15%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2518CE (or 0x2518CE) is known color: Medium Blue. HEX triplet: 25, 18 and CE. RGB value is (37,24,206). Sum of RGB (Red+Green+Blue) = 37+24+206=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #2518CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2518CE is #DAE731. Grayscale: #2F2F2F. Windows color (decimal): -14346034 or 13506597. OLE color: 13506597.

HSL color Cylindrical-coordinate representation of color #2518CE: hue angle of 244.29º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2518CE is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 24 206 -
CMYK 0.82 0.88 0 0.19
HSL 244.29º 0.79% 0.45% -
HSV(B) 244.29º 0.88% 0.81% -
XYZ 12.23 5.5 58.81 -
YUV 48.64 216.81 119.7 -
System Red Green Blue C M Y K H S L
Decimal 37 24 206 0.82 0.88 0 0.19 244.29 0.79 0.45
Hex 25 18 CE 52 58 0 13 F4 4F 2D
Octal 45 30 316 122 130 0 23 364 117 55
Binary 100101 11000 11001110 1010010 1011000 0 10011 11110100 1001111 101101

Color Harmonies of #2518CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2518CE

Black with #2518CE

Text Example


Text Example

White with #2518CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2518CE; }

 p { color: rgb(37,24,206); }

 H1.HeaderClassName
 {
   color: #2518CE;
 }
 .AnyTagClassName
 {
   color: #2518CE;
 }
</style>

background-color css

<style>
 a { background-color: #2518CE; }

 a { background-color: rgb(37,24,206); }

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

border-color css

<style>
 span { border-color: #2518CE; }

 span { border-color: rgb(37,24,206); }

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