#257ADA

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

Shades of Royal Blue #257ADA

Tints of Royal Blue #257ADA

Color information

#257ADA (or 0x257ADA) is unknown color: approx Royal Blue. HEX triplet: 25, 7A and DA. RGB value is (37,122,218). Sum of RGB (Red+Green+Blue) = 37+122+218=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #257ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ADA is #DA8525. Grayscale: #6B6B6B. Windows color (decimal): -14320934 or 14318117. OLE color: 14318117.

HSL color Cylindrical-coordinate representation of color #257ADA: hue angle of 211.82º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257ADA is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB37122218-
CMYK0.830.4400.15
HSL211.82º70.98%50%-
HSV(B)211.82º83.03%85.49%-
XYZ20.3819.3769-
YUV107.53190.3477.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.81%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 218 (85.55% from 255) = 57.82%
R=9.81%
G=32.36%
B=57.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal371222180.830.4400.15211.8270.9850
Hex257ADA532C0Fd44732
Octal451723321235401732410762
Binary100101111101011011010101001110110001111110101001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257ADA; }

 p { color: rgb(37,122,218); }

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

<style>
 a { background-color: #257ADA; }

 a { background-color: rgb(37,122,218); }

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

<style>
 span { border-color: #257ADA; }

 span { border-color: rgb(37,122,218); }

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