Html Css Color HEX #2571EE Royal Blue

📋 copy color: '#2571EE'

red 37 ◦ green 113 ◦ blue 238

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

Shades of Royal Blue #2571EE

Tints of Royal Blue #2571EE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

 BLUE value IS 238 (93.36% from 255) = 61.34%

R = 9.54%
G = 29.12%
B = 61.34%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2571EE (or 0x2571EE) is known color: Royal Blue. HEX triplet: 25, 71 and EE. RGB value is (37,113,238). Sum of RGB (Red+Green+Blue) = 37+113+238=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #2571EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2571EE is #DA8E11. Grayscale: #676767. Windows color (decimal): -14323218 or 15626533. OLE color: 15626533.

HSL color Cylindrical-coordinate representation of color #2571EE: hue angle of 217.31º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2571EE is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 113 238 -
CMYK 0.84 0.53 0 0.07
HSL 217.31º 0.86% 0.54% -
HSV(B) 217.31º 0.84% 0.93% -
XYZ 22.1 18.38 83.27 -
YUV 104.53 203.32 79.84 -
System Red Green Blue C M Y K H S L
Decimal 37 113 238 0.84 0.53 0 0.07 217.31 0.86 0.54
Hex 25 71 EE 54 35 0 7 D9 56 36
Octal 45 161 356 124 65 0 7 331 126 66
Binary 100101 1110001 11101110 1010100 110101 0 111 11011001 1010110 110110

Color Harmonies of #2571EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2571EE

Black with #2571EE

Text Example


Text Example

White with #2571EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2571EE; }

 p { color: rgb(37,113,238); }

 H1.HeaderClassName
 {
   color: #2571EE;
 }
 .AnyTagClassName
 {
   color: #2571EE;
 }
</style>

background-color css

<style>
 a { background-color: #2571EE; }

 a { background-color: rgb(37,113,238); }

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

border-color css

<style>
 span { border-color: #2571EE; }

 span { border-color: rgb(37,113,238); }

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