Html Css Color HEX #557BE9 Royal Blue

📋 copy color: '#557BE9'

red 85 ◦ green 123 ◦ blue 233

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

Shades of Royal Blue #557BE9

Tints of Royal Blue #557BE9

RGB

 RED value IS 85 (33.59% from 255) = 19.27%

 GREEN value IS 123 (48.44% from 255) = 27.89%

 BLUE value IS 233 (91.41% from 255) = 52.83%

R = 19.27%
G = 27.89%
B = 52.83%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#557BE9 (or 0x557BE9) is known color: Royal Blue. HEX triplet: 55, 7B and E9. RGB value is (85,123,233). Sum of RGB (Red+Green+Blue) = 85+123+233=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #557BE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BE9 is #AA8416. Grayscale: #7B7B7B. Windows color (decimal): -11174935 or 15301461. OLE color: 15301461.

HSL color Cylindrical-coordinate representation of color #557BE9: hue angle of 224.59º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557BE9 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 123 233 -
CMYK 0.64 0.47 0 0.09
HSL 224.59º 0.77% 0.62% -
HSV(B) 224.59º 0.64% 0.91% -
XYZ 25.54 21.98 79.99 -
YUV 124.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 85 123 233 0.64 0.47 0 0.09 224.59 0.77 0.62
Hex 55 7B E9 40 2F 0 9 E1 4D 3E
Octal 125 173 351 100 57 0 11 341 115 76
Binary 1010101 1111011 11101001 1000000 101111 0 1001 11100001 1001101 111110

Color Harmonies of #557BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BE9

Black with #557BE9

Text Example


Text Example

White with #557BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557BE9; }

 p { color: rgb(85,123,233); }

 H1.HeaderClassName
 {
   color: #557BE9;
 }
 .AnyTagClassName
 {
   color: #557BE9;
 }
</style>

background-color css

<style>
 a { background-color: #557BE9; }

 a { background-color: rgb(85,123,233); }

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

border-color css

<style>
 span { border-color: #557BE9; }

 span { border-color: rgb(85,123,233); }

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