#255BE8

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

Shades of Royal Blue #255BE8

Tints of Royal Blue #255BE8

Color information

#255BE8 (or 0x255BE8) is unknown color: approx Royal Blue. HEX triplet: 25, 5B and E8. RGB value is (37,91,232). Sum of RGB (Red+Green+Blue) = 37+91+232=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #255BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255BE8 is #DAA417. Grayscale: #5A5A5A. Windows color (decimal): -14328856 or 15227685. OLE color: 15227685.

HSL color Cylindrical-coordinate representation of color #255BE8: hue angle of 223.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255BE8 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3791232-
CMYK0.840.6100.09
HSL223.38º80.91%52.75%-
HSV(B)223.38º84.05%90.98%-
XYZ19.0713.777.98-
YUV90.93207.6189.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.28%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 232 (91.02% from 255) = 64.44%
R=10.28%
G=25.28%
B=64.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal37912320.840.6100.09223.3880.9152.75
Hex255BE8543D09df5135
Octal451333501247501133712165
Binary100101101101111101000101010011110101001110111111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,91,232); }

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

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

 a { background-color: rgb(37,91,232); }

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

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

 span { border-color: rgb(37,91,232); }

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