#2452EB

Color #2452EB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2452EB

Tints of Royal Blue #2452EB

Color information

#2452EB (or 0x2452EB) is unknown color: approx Royal Blue. HEX triplet: 24, 52 and EB. RGB value is (36,82,235). Sum of RGB (Red+Green+Blue) = 36+82+235=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #2452EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2452EB is #DBAD14. Grayscale: #555555. Windows color (decimal): -14396693 or 15421988. OLE color: 15421988.

HSL color Cylindrical-coordinate representation of color #2452EB: hue angle of 226.13º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2452EB is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3682235-
CMYK0.850.6500.08
HSL226.13º83.26%53.14%-
HSV(B)226.13º84.68%92.16%-
XYZ18.7412.4180-
YUV85.69212.2692.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.20%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 235 (92.19% from 255) = 66.57%
R=10.20%
G=23.23%
B=66.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal36822350.850.6500.08226.1383.2653.14
Hex2452EB554108e25335
Octal4412235312510101034212365
Binary1001001010010111010111010101100000101000111000101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2452EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2452EB;
 }
 .AnyTagClassName
 {
   color: #2452EB;
 }
</style>
background-color css

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

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

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

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

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

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