Html Css Color HEX #556EEE Royal Blue

📋 copy color: '#556EEE'

red 85 ◦ green 110 ◦ blue 238

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

Shades of Royal Blue #556EEE

Tints of Royal Blue #556EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.4%

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 19.63%
G = 25.4%
B = 54.97%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#556EEE (or 0x556EEE) is known color: Royal Blue. HEX triplet: 55, 6E and EE. RGB value is (85,110,238). Sum of RGB (Red+Green+Blue) = 85+110+238=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #556EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EEE is #AA9111. Grayscale: #747474. Windows color (decimal): -11178258 or 15625813. OLE color: 15625813.

HSL color Cylindrical-coordinate representation of color #556EEE: hue angle of 230.2º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556EEE is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 110 238 -
CMYK 0.64 0.54 0 0.07
HSL 230.2º 0.82% 0.63% -
HSV(B) 230.2º 0.64% 0.93% -
XYZ 24.75 19.26 83.3 -
YUV 117.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 85 110 238 0.64 0.54 0 0.07 230.2 0.82 0.63
Hex 55 6E EE 40 36 0 7 E6 52 3F
Octal 125 156 356 100 66 0 7 346 122 77
Binary 1010101 1101110 11101110 1000000 110110 0 111 11100110 1010010 111111

Color Harmonies of #556EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EEE

Black with #556EEE

Text Example


Text Example

White with #556EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556EEE; }

 p { color: rgb(85,110,238); }

 H1.HeaderClassName
 {
   color: #556EEE;
 }
 .AnyTagClassName
 {
   color: #556EEE;
 }
</style>

background-color css

<style>
 a { background-color: #556EEE; }

 a { background-color: rgb(85,110,238); }

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

border-color css

<style>
 span { border-color: #556EEE; }

 span { border-color: rgb(85,110,238); }

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