Html Css Color HEX #556FEE Royal Blue

📋 copy color: '#556FEE'

red 85 ◦ green 111 ◦ blue 238

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

Shades of Royal Blue #556FEE

Tints of Royal Blue #556FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

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

R = 19.59%
G = 25.58%
B = 54.84%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#556FEE (or 0x556FEE) is known color: Royal Blue. HEX triplet: 55, 6F and EE. RGB value is (85,111,238). Sum of RGB (Red+Green+Blue) = 85+111+238=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #556FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556FEE is #AA9011. Grayscale: #757575. Windows color (decimal): -11178002 or 15626069. OLE color: 15626069.

HSL color Cylindrical-coordinate representation of color #556FEE: hue angle of 229.8º 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 #556FEE is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 111 238 -
CMYK 0.64 0.53 0 0.07
HSL 229.8º 0.82% 0.63% -
HSV(B) 229.8º 0.64% 0.93% -
XYZ 24.86 19.47 83.34 -
YUV 117.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 85 111 238 0.64 0.53 0 0.07 229.8 0.82 0.63
Hex 55 6F EE 40 35 0 7 E6 52 3F
Octal 125 157 356 100 65 0 7 346 122 77
Binary 1010101 1101111 11101110 1000000 110101 0 111 11100110 1010010 111111

Color Harmonies of #556FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FEE

Black with #556FEE

Text Example


Text Example

White with #556FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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