Html Css Color HEX #2511FF Blue

📋 copy color: '#2511FF'

red 37 ◦ green 17 ◦ blue 255

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

Shades of Blue #2511FF

Tints of Blue #2511FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 82.52%

R = 11.97%
G = 5.5%
B = 82.52%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2511FF (or 0x2511FF) is known color: Blue. HEX triplet: 25, 11 and FF. RGB value is (37,17,255). Sum of RGB (Red+Green+Blue) = 37+17+255=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #2511FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2511FF is #DAEE00. Grayscale: #313131. Windows color (decimal): -14347777 or 16716069. OLE color: 16716069.

HSL color Cylindrical-coordinate representation of color #2511FF: hue angle of 245.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2511FF is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 17 255 -
CMYK 0.85 0.93 0 0
HSL 245.04º 1% 0.53% -
HSV(B) 245.04º 0.93% 1% -
XYZ 19.01 8.01 95.15 -
YUV 50.11 243.63 118.65 -
System Red Green Blue C M Y K H S L
Decimal 37 17 255 0.85 0.93 0 0 245.04 1 0.53
Hex 25 11 FF 55 5D 0 0 F5 64 35
Octal 45 21 377 125 135 0 0 365 144 65
Binary 100101 10001 11111111 1010101 1011101 0 0 11110101 1100100 110101

Color Harmonies of #2511FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2511FF

Black with #2511FF

Text Example


Text Example

White with #2511FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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