Html Css Color HEX #2B49EC Royal Blue

📋 copy color: '#2B49EC'

red 43 ◦ green 73 ◦ blue 236

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

Shades of Royal Blue #2B49EC

Tints of Royal Blue #2B49EC

RGB

 RED value IS 43 (17.19% from 255) = 12.22%

 GREEN value IS 73 (28.91% from 255) = 20.74%

 BLUE value IS 236 (92.58% from 255) = 67.05%

R = 12.22%
G = 20.74%
B = 67.05%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B49EC (or 0x2B49EC) is known color: Royal Blue. HEX triplet: 2B, 49 and EC. RGB value is (43,73,236). Sum of RGB (Red+Green+Blue) = 43+73+236=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B49EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B49EC is #D4B613. Grayscale: #515151. Windows color (decimal): -13940244 or 15485227. OLE color: 15485227.

HSL color Cylindrical-coordinate representation of color #2B49EC: hue angle of 230.67º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B49EC is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 73 236 -
CMYK 0.82 0.69 0 0.07
HSL 230.67º 0.84% 0.55% -
HSV(B) 230.67º 0.82% 0.93% -
XYZ 18.52 11.33 80.57 -
YUV 82.61 214.56 99.75 -
System Red Green Blue C M Y K H S L
Decimal 43 73 236 0.82 0.69 0 0.07 230.67 0.84 0.55
Hex 2B 49 EC 52 45 0 7 E7 54 37
Octal 53 111 354 122 105 0 7 347 124 67
Binary 101011 1001001 11101100 1010010 1000101 0 111 11100111 1010100 110111

Color Harmonies of #2B49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B49EC

Black with #2B49EC

Text Example


Text Example

White with #2B49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B49EC; }

 p { color: rgb(43,73,236); }

 H1.HeaderClassName
 {
   color: #2B49EC;
 }
 .AnyTagClassName
 {
   color: #2B49EC;
 }
</style>

background-color css

<style>
 a { background-color: #2B49EC; }

 a { background-color: rgb(43,73,236); }

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

border-color css

<style>
 span { border-color: #2B49EC; }

 span { border-color: rgb(43,73,236); }

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