Html Css Color HEX #2852EB Royal Blue

📋 copy color: '#2852EB'

red 40 ◦ green 82 ◦ blue 235

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

Shades of Royal Blue #2852EB

Tints of Royal Blue #2852EB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

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

R = 11.2%
G = 22.97%
B = 65.83%

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

#2852EB (or 0x2852EB) is known color: Royal Blue. HEX triplet: 28, 52 and EB. RGB value is (40,82,235). Sum of RGB (Red+Green+Blue) = 40+82+235=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #2852EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2852EB is #D7AD14. Grayscale: #565656. Windows color (decimal): -14134549 or 15421992. OLE color: 15421992.

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

Color convert

RGB 40 82 235 -
CMYK 0.83 0.65 0 0.08
HSL 227.08º 0.83% 0.54% -
HSV(B) 227.08º 0.83% 0.92% -
XYZ 18.89 12.48 80.01 -
YUV 86.88 211.59 94.56 -
System Red Green Blue C M Y K H S L
Decimal 40 82 235 0.83 0.65 0 0.08 227.08 0.83 0.54
Hex 28 52 EB 53 41 0 8 E3 53 36
Octal 50 122 353 123 101 0 10 343 123 66
Binary 101000 1010010 11101011 1010011 1000001 0 1000 11100011 1010011 110110

Color Harmonies of #2852EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852EB

Black with #2852EB

Text Example


Text Example

White with #2852EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,82,235); }

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

background-color css

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

 a { background-color: rgb(40,82,235); }

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

border-color css

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

 span { border-color: rgb(40,82,235); }

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