#2057FA

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

Shades of Royal Blue #2057FA

Tints of Royal Blue #2057FA

Color information

#2057FA (or 0x2057FA) is unknown color: approx Royal Blue. HEX triplet: 20, 57 and FA. RGB value is (32,87,250). Sum of RGB (Red+Green+Blue) = 32+87+250=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #2057FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2057FA is #DFA805. Grayscale: #585858. Windows color (decimal): -14657542 or 16406304. OLE color: 16406304.

HSL color Cylindrical-coordinate representation of color #2057FA: hue angle of 224.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2057FA is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3287250-
CMYK0.870.6500.02
HSL224.86º95.61%55.29%-
HSV(B)224.86º87.2%98.04%-
XYZ21.2614.0392.03-
YUV89.14218.7887.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.67%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 250 (98.05% from 255) = 67.75%
R=8.67%
G=23.58%
B=67.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal32872500.870.6500.02224.8695.6155.29
Hex2057FA574102e16037
Octal401273721271010234114067
Binary10000010101111111101010101111000001010111000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2057FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2057FA; }

 p { color: rgb(32,87,250); }

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

<style>
 a { background-color: #2057FA; }

 a { background-color: rgb(32,87,250); }

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

<style>
 span { border-color: #2057FA; }

 span { border-color: rgb(32,87,250); }

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