Html Css Color HEX #2849E6 Royal Blue

📋 copy color: '#2849E6'

red 40 ◦ green 73 ◦ blue 230

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

Shades of Royal Blue #2849E6

Tints of Royal Blue #2849E6

RGB

 RED value IS 40 (16.02% from 255) = 11.66%

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

 BLUE value IS 230 (90.23% from 255) = 67.06%

R = 11.66%
G = 21.28%
B = 67.06%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2849E6 (or 0x2849E6) is known color: Royal Blue. HEX triplet: 28, 49 and E6. RGB value is (40,73,230). Sum of RGB (Red+Green+Blue) = 40+73+230=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 230 (90.23% from 255 or 67.06% from 343); Max value from RGB is 230 - color contains mainly: blue. Hex color #2849E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2849E6 is #D7B619. Grayscale: #505050. Windows color (decimal): -14136858 or 15092008. OLE color: 15092008.

HSL color Cylindrical-coordinate representation of color #2849E6: hue angle of 229.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2849E6 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 73 230 -
CMYK 0.83 0.68 0 0.10
HSL 229.58º 0.79% 0.53% -
HSV(B) 229.58º 0.83% 0.9% -
XYZ 17.54 10.93 76.05 -
YUV 81.03 212.07 98.73 -
System Red Green Blue C M Y K H S L
Decimal 40 73 230 0.83 0.68 0 0.10 229.58 0.79 0.53
Hex 28 49 E6 53 44 0 A E6 4F 35
Octal 50 111 346 123 104 0 12 346 117 65
Binary 101000 1001001 11100110 1010011 1000100 0 1010 11100110 1001111 110101

Color Harmonies of #2849E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2849E6

Black with #2849E6

Text Example


Text Example

White with #2849E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2849E6; }

 p { color: rgb(40,73,230); }

 H1.HeaderClassName
 {
   color: #2849E6;
 }
 .AnyTagClassName
 {
   color: #2849E6;
 }
</style>

background-color css

<style>
 a { background-color: #2849E6; }

 a { background-color: rgb(40,73,230); }

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

border-color css

<style>
 span { border-color: #2849E6; }

 span { border-color: rgb(40,73,230); }

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