Html Css Color HEX #2971EE Royal Blue

📋 copy color: '#2971EE'

red 41 ◦ green 113 ◦ blue 238

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

Shades of Royal Blue #2971EE

Tints of Royal Blue #2971EE

RGB

 RED value IS 41 (16.41% from 255) = 10.46%

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

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

R = 10.46%
G = 28.83%
B = 60.71%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2971EE (or 0x2971EE) is known color: Royal Blue. HEX triplet: 29, 71 and EE. RGB value is (41,113,238). Sum of RGB (Red+Green+Blue) = 41+113+238=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #2971EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2971EE is #D68E11. Grayscale: #696969. Windows color (decimal): -14061074 or 15626537. OLE color: 15626537.

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

Color convert

RGB 41 113 238 -
CMYK 0.83 0.53 0 0.07
HSL 218.07º 0.85% 0.55% -
HSV(B) 218.07º 0.83% 0.93% -
XYZ 22.25 18.45 83.28 -
YUV 105.72 202.65 81.84 -
System Red Green Blue C M Y K H S L
Decimal 41 113 238 0.83 0.53 0 0.07 218.07 0.85 0.55
Hex 29 71 EE 53 35 0 7 DA 55 37
Octal 51 161 356 123 65 0 7 332 125 67
Binary 101001 1110001 11101110 1010011 110101 0 111 11011010 1010101 110111

Color Harmonies of #2971EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2971EE

Black with #2971EE

Text Example


Text Example

White with #2971EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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