Html Css Color HEX #556EFB Royal Blue

📋 copy color: '#556EFB'

red 85 ◦ green 110 ◦ blue 251

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

Shades of Royal Blue #556EFB

Tints of Royal Blue #556EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 19.06%
G = 24.66%
B = 56.28%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#556EFB (or 0x556EFB) is known color: Royal Blue. HEX triplet: 55, 6E and FB. RGB value is (85,110,251). Sum of RGB (Red+Green+Blue) = 85+110+251=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #556EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EFB is #AA9104. Grayscale: #767676. Windows color (decimal): -11178245 or 16477781. OLE color: 16477781.

HSL color Cylindrical-coordinate representation of color #556EFB: hue angle of 230.96º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #556EFB is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 110 251 -
CMYK 0.66 0.56 0 0.02
HSL 230.96º 0.95% 0.66% -
HSV(B) 230.96º 0.66% 0.98% -
XYZ 26.73 20.05 93.73 -
YUV 118.6 202.72 104.04 -
System Red Green Blue C M Y K H S L
Decimal 85 110 251 0.66 0.56 0 0.02 230.96 0.95 0.66
Hex 55 6E FB 42 38 0 2 E7 5F 42
Octal 125 156 373 102 70 0 2 347 137 102
Binary 1010101 1101110 11111011 1000010 111000 0 10 11100111 1011111 1000010

Color Harmonies of #556EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556EFB

Black with #556EFB

Text Example


Text Example

White with #556EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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