#255AE0

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

Shades of Royal Blue #255AE0

Tints of Royal Blue #255AE0

Color information

#255AE0 (or 0x255AE0) is unknown color: approx Royal Blue. HEX triplet: 25, 5A and E0. RGB value is (37,90,224). Sum of RGB (Red+Green+Blue) = 37+90+224=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #255AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AE0 is #DAA51F. Grayscale: #585858. Windows color (decimal): -14329120 or 14703141. OLE color: 14703141.

HSL color Cylindrical-coordinate representation of color #255AE0: hue angle of 222.99º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255AE0 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3790224-
CMYK0.830.6000.12
HSL222.99º75.1%51.18%-
HSV(B)222.99º83.48%87.84%-
XYZ17.8713.0972.11-
YUV89.43203.9490.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.54%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 224 (87.89% from 255) = 63.82%
R=10.54%
G=25.64%
B=63.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal37902240.830.6000.12222.9975.151.18
Hex255AE0533C0Cdf4b33
Octal451323401237401433711363
Binary100101101101011100000101001111110001100110111111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255AE0; }

 p { color: rgb(37,90,224); }

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

<style>
 a { background-color: #255AE0; }

 a { background-color: rgb(37,90,224); }

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

<style>
 span { border-color: #255AE0; }

 span { border-color: rgb(37,90,224); }

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