Html Css Color HEX #2511FA Blue

📋 copy color: '#2511FA'

red 37 ◦ green 17 ◦ blue 250

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

Shades of Blue #2511FA

Tints of Blue #2511FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 82.24%

R = 12.17%
G = 5.59%
B = 82.24%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2511FA (or 0x2511FA) is known color: Blue. HEX triplet: 25, 11 and FA. RGB value is (37,17,250). Sum of RGB (Red+Green+Blue) = 37+17+250=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 250 (98.05% from 255 or 82.24% from 304); Max value from RGB is 250 - color contains mainly: blue. Hex color #2511FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2511FA is #DAEE05. Grayscale: #303030. Windows color (decimal): -14347782 or 16388389. OLE color: 16388389.

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

Color convert

RGB 37 17 250 -
CMYK 0.85 0.93 0 0.02
HSL 245.15º 0.96% 0.52% -
HSV(B) 245.15º 0.93% 0.98% -
XYZ 18.22 7.7 90.97 -
YUV 49.54 241.13 119.05 -
System Red Green Blue C M Y K H S L
Decimal 37 17 250 0.85 0.93 0 0.02 245.15 0.96 0.52
Hex 25 11 FA 55 5D 0 2 F5 60 34
Octal 45 21 372 125 135 0 2 365 140 64
Binary 100101 10001 11111010 1010101 1011101 0 10 11110101 1100000 110100

Color Harmonies of #2511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2511FA

Black with #2511FA

Text Example


Text Example

White with #2511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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