#2553F7

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

Shades of Royal Blue #2553F7

Tints of Royal Blue #2553F7

Color information

#2553F7 (or 0x2553F7) is unknown color: approx Royal Blue. HEX triplet: 25, 53 and F7. RGB value is (37,83,247). Sum of RGB (Red+Green+Blue) = 37+83+247=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 247 (96.88% from 255 or 67.30% from 367); Max value from RGB is 247 - color contains mainly: blue. Hex color #2553F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2553F7 is #DAAC08. Grayscale: #575757. Windows color (decimal): -14330889 or 16208677. OLE color: 16208677.

HSL color Cylindrical-coordinate representation of color #2553F7: hue angle of 226.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2553F7 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3783247-
CMYK0.850.6600.03
HSL226.86º92.92%55.69%-
HSV(B)226.86º85.02%96.86%-
XYZ20.6413.389.47-
YUV87.94217.7691.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.08%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 247 (96.88% from 255) = 67.30%
R=10.08%
G=22.62%
B=67.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal37832470.850.6600.03226.8692.9255.69
Hex2553F7554203e35d38
Octal451233671251020334313570
Binary10010110100111111011110101011000010011111000111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2553F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2553F7; }

 p { color: rgb(37,83,247); }

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

<style>
 a { background-color: #2553F7; }

 a { background-color: rgb(37,83,247); }

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

<style>
 span { border-color: #2553F7; }

 span { border-color: rgb(37,83,247); }

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