Html Css Color HEX #2971EB Royal Blue

📋 copy color: '#2971EB'

red 41 ◦ green 113 ◦ blue 235

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

Shades of Royal Blue #2971EB

Tints of Royal Blue #2971EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.41%

R = 10.54%
G = 29.05%
B = 60.41%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2971EB (or 0x2971EB) is known color: Royal Blue. HEX triplet: 29, 71 and EB. RGB value is (41,113,235). Sum of RGB (Red+Green+Blue) = 41+113+235=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #2971EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2971EB is #D68E14. Grayscale: #686868. Windows color (decimal): -14061077 or 15429929. OLE color: 15429929.

HSL color Cylindrical-coordinate representation of color #2971EB: hue angle of 217.73º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2971EB is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 113 235 -
CMYK 0.83 0.52 0 0.08
HSL 217.73º 0.83% 0.54% -
HSV(B) 217.73º 0.83% 0.92% -
XYZ 21.81 18.28 80.98 -
YUV 105.38 201.15 82.08 -
System Red Green Blue C M Y K H S L
Decimal 41 113 235 0.83 0.52 0 0.08 217.73 0.83 0.54
Hex 29 71 EB 53 34 0 8 DA 53 36
Octal 51 161 353 123 64 0 10 332 123 66
Binary 101001 1110001 11101011 1010011 110100 0 1000 11011010 1010011 110110

Color Harmonies of #2971EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2971EB

Black with #2971EB

Text Example


Text Example

White with #2971EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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