Html Css Color HEX #2953EB Royal Blue

📋 copy color: '#2953EB'

red 41 ◦ green 83 ◦ blue 235

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

Shades of Royal Blue #2953EB

Tints of Royal Blue #2953EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

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

R = 11.42%
G = 23.12%
B = 65.46%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2953EB (or 0x2953EB) is known color: Royal Blue. HEX triplet: 29, 53 and EB. RGB value is (41,83,235). Sum of RGB (Red+Green+Blue) = 41+83+235=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #2953EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2953EB is #D6AC14. Grayscale: #575757. Windows color (decimal): -14068757 or 15422249. OLE color: 15422249.

HSL color Cylindrical-coordinate representation of color #2953EB: hue angle of 227.01º 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 #2953EB is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 83 235 -
CMYK 0.83 0.65 0 0.08
HSL 227.01º 0.83% 0.54% -
HSV(B) 227.01º 0.83% 0.92% -
XYZ 19 12.66 80.04 -
YUV 87.77 211.09 94.64 -
System Red Green Blue C M Y K H S L
Decimal 41 83 235 0.83 0.65 0 0.08 227.01 0.83 0.54
Hex 29 53 EB 53 41 0 8 E3 53 36
Octal 51 123 353 123 101 0 10 343 123 66
Binary 101001 1010011 11101011 1010011 1000001 0 1000 11100011 1010011 110110

Color Harmonies of #2953EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2953EB

Black with #2953EB

Text Example


Text Example

White with #2953EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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