Html Css Color HEX #2518ED Blue

📋 copy color: '#2518ED'

red 37 ◦ green 24 ◦ blue 237

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

Shades of Blue #2518ED

Tints of Blue #2518ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79.53%

R = 12.42%
G = 8.05%
B = 79.53%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2518ED (or 0x2518ED) is known color: Blue. HEX triplet: 25, 18 and ED. RGB value is (37,24,237). Sum of RGB (Red+Green+Blue) = 37+24+237=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #2518ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2518ED is #DAE712. Grayscale: #333333. Windows color (decimal): -14346003 or 15538213. OLE color: 15538213.

HSL color Cylindrical-coordinate representation of color #2518ED: hue angle of 243.66º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2518ED is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 24 237 -
CMYK 0.84 0.90 0 0.07
HSL 243.66º 0.86% 0.51% -
HSV(B) 243.66º 0.9% 0.93% -
XYZ 16.38 7.16 80.64 -
YUV 52.17 232.31 117.18 -
System Red Green Blue C M Y K H S L
Decimal 37 24 237 0.84 0.90 0 0.07 243.66 0.86 0.51
Hex 25 18 ED 54 5A 0 7 F4 56 33
Octal 45 30 355 124 132 0 7 364 126 63
Binary 100101 11000 11101101 1010100 1011010 0 111 11110100 1010110 110011

Color Harmonies of #2518ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2518ED

Black with #2518ED

Text Example


Text Example

White with #2518ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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