Html Css Color HEX #255EE8 Royal Blue

📋 copy color: '#255EE8'

red 37 ◦ green 94 ◦ blue 232

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

Shades of Royal Blue #255EE8

Tints of Royal Blue #255EE8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

 BLUE value IS 232 (91.02% from 255) = 63.91%

R = 10.19%
G = 25.9%
B = 63.91%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#255EE8 (or 0x255EE8) is known color: Royal Blue. HEX triplet: 25, 5E and E8. RGB value is (37,94,232). Sum of RGB (Red+Green+Blue) = 37+94+232=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #255EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EE8 is #DAA117. Grayscale: #5C5C5C. Windows color (decimal): -14328088 or 15228453. OLE color: 15228453.

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

Color convert

RGB 37 94 232 -
CMYK 0.84 0.59 0 0.09
HSL 222.46º 0.81% 0.53% -
HSV(B) 222.46º 0.84% 0.91% -
XYZ 19.33 14.22 78.07 -
YUV 92.69 206.62 88.28 -
System Red Green Blue C M Y K H S L
Decimal 37 94 232 0.84 0.59 0 0.09 222.46 0.81 0.53
Hex 25 5E E8 54 3B 0 9 DE 51 35
Octal 45 136 350 124 73 0 11 336 121 65
Binary 100101 1011110 11101000 1010100 111011 0 1001 11011110 1010001 110101

Color Harmonies of #255EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EE8

Black with #255EE8

Text Example


Text Example

White with #255EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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