Html Css Color HEX #255EE0 Royal Blue

📋 copy color: '#255EE0'

red 37 ◦ green 94 ◦ blue 224

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

Shades of Royal Blue #255EE0

Tints of Royal Blue #255EE0

RGB

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

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

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

R = 10.42%
G = 26.48%
B = 63.1%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#255EE0 (or 0x255EE0) is known color: Royal Blue. HEX triplet: 25, 5E and E0. RGB value is (37,94,224). Sum of RGB (Red+Green+Blue) = 37+94+224=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #255EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EE0 is #DAA11F. Grayscale: #5B5B5B. Windows color (decimal): -14328096 or 14704165. OLE color: 14704165.

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

Color convert

RGB 37 94 224 -
CMYK 0.83 0.58 0 0.12
HSL 221.71º 0.75% 0.51% -
HSV(B) 221.71º 0.83% 0.88% -
XYZ 18.22 13.78 72.22 -
YUV 91.78 202.62 88.93 -
System Red Green Blue C M Y K H S L
Decimal 37 94 224 0.83 0.58 0 0.12 221.71 0.75 0.51
Hex 25 5E E0 53 3A 0 C DE 4B 33
Octal 45 136 340 123 72 0 14 336 113 63
Binary 100101 1011110 11100000 1010011 111010 0 1100 11011110 1001011 110011

Color Harmonies of #255EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EE0

Black with #255EE0

Text Example


Text Example

White with #255EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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