Html Css Color HEX #2752EB Royal Blue

📋 copy color: '#2752EB'

red 39 ◦ green 82 ◦ blue 235

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

Shades of Royal Blue #2752EB

Tints of Royal Blue #2752EB

RGB

 RED value IS 39 (15.63% from 255) = 10.96%

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

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

R = 10.96%
G = 23.03%
B = 66.01%

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

#2752EB (or 0x2752EB) is known color: Royal Blue. HEX triplet: 27, 52 and EB. RGB value is (39,82,235). Sum of RGB (Red+Green+Blue) = 39+82+235=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #2752EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2752EB is #D8AD14. Grayscale: #555555. Windows color (decimal): -14200085 or 15421991. OLE color: 15421991.

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

Color convert

RGB 39 82 235 -
CMYK 0.83 0.65 0 0.08
HSL 226.84º 0.83% 0.54% -
HSV(B) 226.84º 0.83% 0.92% -
XYZ 18.85 12.46 80.01 -
YUV 86.59 211.75 94.06 -
System Red Green Blue C M Y K H S L
Decimal 39 82 235 0.83 0.65 0 0.08 226.84 0.83 0.54
Hex 27 52 EB 53 41 0 8 E3 53 36
Octal 47 122 353 123 101 0 10 343 123 66
Binary 100111 1010010 11101011 1010011 1000001 0 1000 11100011 1010011 110110

Color Harmonies of #2752EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2752EB

Black with #2752EB

Text Example


Text Example

White with #2752EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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