Html Css Color HEX #255BE0 Royal Blue

📋 copy color: '#255BE0'

red 37 ◦ green 91 ◦ blue 224

#255BE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #255BE0

Tints of Royal Blue #255BE0

RGB

 RED value IS 37 (14.84% from 255) = 10.51%

 GREEN value IS 91 (35.94% from 255) = 25.85%

 BLUE value IS 224 (87.89% from 255) = 63.64%

R = 10.51%
G = 25.85%
B = 63.64%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#255BE0 (or 0x255BE0) is known color: Royal Blue. HEX triplet: 25, 5B and E0. RGB value is (37,91,224). Sum of RGB (Red+Green+Blue) = 37+91+224=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #255BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BE0 is #DAA41F. Grayscale: #595959. Windows color (decimal): -14328864 or 14703397. OLE color: 14703397.

HSL color Cylindrical-coordinate representation of color #255BE0: hue angle of 222.67º 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 #255BE0 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 91 224 -
CMYK 0.83 0.59 0 0.12
HSL 222.67º 0.75% 0.51% -
HSV(B) 222.67º 0.83% 0.88% -
XYZ 17.96 13.26 72.13 -
YUV 90.02 203.61 90.19 -
System Red Green Blue C M Y K H S L
Decimal 37 91 224 0.83 0.59 0 0.12 222.67 0.75 0.51
Hex 25 5B E0 53 3B 0 C DF 4B 33
Octal 45 133 340 123 73 0 14 337 113 63
Binary 100101 1011011 11100000 1010011 111011 0 1100 11011111 1001011 110011

Color Harmonies of #255BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BE0

Black with #255BE0

Text Example


Text Example

White with #255BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #255BE0;
 }
 .AnyTagClassName
 {
   color: #255BE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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