Html Css Color HEX #2511ED Blue

📋 copy color: '#2511ED'

red 37 ◦ green 17 ◦ blue 237

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

Shades of Blue #2511ED

Tints of Blue #2511ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

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

R = 12.71%
G = 5.84%
B = 81.44%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2511ED (or 0x2511ED) is known color: Blue. HEX triplet: 25, 11 and ED. RGB value is (37,17,237). Sum of RGB (Red+Green+Blue) = 37+17+237=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #2511ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2511ED is #DAEE12. Grayscale: #2F2F2F. Windows color (decimal): -14347795 or 15536421. OLE color: 15536421.

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

Color convert

RGB 37 17 237 -
CMYK 0.84 0.93 0 0.07
HSL 245.45º 0.87% 0.5% -
HSV(B) 245.45º 0.93% 0.93% -
XYZ 16.25 6.91 80.6 -
YUV 48.06 234.63 120.11 -
System Red Green Blue C M Y K H S L
Decimal 37 17 237 0.84 0.93 0 0.07 245.45 0.87 0.5
Hex 25 11 ED 54 5D 0 7 F5 57 32
Octal 45 21 355 124 135 0 7 365 127 62
Binary 100101 10001 11101101 1010100 1011101 0 111 11110101 1010111 110010

Color Harmonies of #2511ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2511ED

Black with #2511ED

Text Example


Text Example

White with #2511ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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