#1953FF

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

Shades of Royal Blue #1953FF

Tints of Royal Blue #1953FF

Color information

#1953FF (or 0x1953FF) is unknown color: approx Royal Blue. HEX triplet: 19, 53 and FF. RGB value is (25,83,255). Sum of RGB (Red+Green+Blue) = 25+83+255=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #1953FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1953FF is #E6AC00. Grayscale: #545454. Windows color (decimal): -15117313 or 16732953. OLE color: 16732953.

HSL color Cylindrical-coordinate representation of color #1953FF: hue angle of 224.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1953FF is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2583255-
CMYK0.900.6700
HSL224.87º100%54.9%-
HSV(B)224.87º90.2%100%-
XYZ21.5413.6196.1-
YUV85.27223.7885.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.89%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 255 (100% from 255) = 70.25%
R=6.89%
G=22.87%
B=70.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25832550.900.6700224.8710054.9
Hex1953FF5A4300e16437
Octal311233771321030034114467
Binary110011010011111111111011010100001100111000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1953FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1953FF; }

 p { color: rgb(25,83,255); }

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

<style>
 a { background-color: #1953FF; }

 a { background-color: rgb(25,83,255); }

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

<style>
 span { border-color: #1953FF; }

 span { border-color: rgb(25,83,255); }

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