Html Css Color HEX #2948E9 Royal Blue

📋 copy color: '#2948E9'

red 41 ◦ green 72 ◦ blue 233

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

Shades of Royal Blue #2948E9

Tints of Royal Blue #2948E9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

 BLUE value IS 233 (91.41% from 255) = 67.34%

R = 11.85%
G = 20.81%
B = 67.34%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2948E9 (or 0x2948E9) is known color: Royal Blue. HEX triplet: 29, 48 and E9. RGB value is (41,72,233). Sum of RGB (Red+Green+Blue) = 41+72+233=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #2948E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2948E9 is #D6B716. Grayscale: #505050. Windows color (decimal): -14071575 or 15288361. OLE color: 15288361.

HSL color Cylindrical-coordinate representation of color #2948E9: hue angle of 230.31º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2948E9 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 72 233 -
CMYK 0.82 0.69 0 0.09
HSL 230.31º 0.81% 0.54% -
HSV(B) 230.31º 0.82% 0.91% -
XYZ 17.94 10.99 78.27 -
YUV 81.09 213.73 99.41 -
System Red Green Blue C M Y K H S L
Decimal 41 72 233 0.82 0.69 0 0.09 230.31 0.81 0.54
Hex 29 48 E9 52 45 0 9 E6 51 36
Octal 51 110 351 122 105 0 11 346 121 66
Binary 101001 1001000 11101001 1010010 1000101 0 1001 11100110 1010001 110110

Color Harmonies of #2948E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2948E9

Black with #2948E9

Text Example


Text Example

White with #2948E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2948E9; }

 p { color: rgb(41,72,233); }

 H1.HeaderClassName
 {
   color: #2948E9;
 }
 .AnyTagClassName
 {
   color: #2948E9;
 }
</style>

background-color css

<style>
 a { background-color: #2948E9; }

 a { background-color: rgb(41,72,233); }

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

border-color css

<style>
 span { border-color: #2948E9; }

 span { border-color: rgb(41,72,233); }

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