Html Css Color HEX #556FFB Royal Blue

📋 copy color: '#556FFB'

red 85 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #556FFB

Tints of Royal Blue #556FFB

RGB

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

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

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

R = 19.02%
G = 24.83%
B = 56.15%

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

#556FFB (or 0x556FFB) is known color: Royal Blue. HEX triplet: 55, 6F and FB. RGB value is (85,111,251). Sum of RGB (Red+Green+Blue) = 85+111+251=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #556FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556FFB is #AA9004. Grayscale: #767676. Windows color (decimal): -11177989 or 16478037. OLE color: 16478037.

HSL color Cylindrical-coordinate representation of color #556FFB: hue angle of 230.6º 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 #556FFB is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 111 251 -
CMYK 0.66 0.56 0 0.02
HSL 230.6º 0.95% 0.66% -
HSV(B) 230.6º 0.66% 0.98% -
XYZ 26.84 20.27 93.76 -
YUV 119.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 85 111 251 0.66 0.56 0 0.02 230.6 0.95 0.66
Hex 55 6F FB 42 38 0 2 E7 5F 42
Octal 125 157 373 102 70 0 2 347 137 102
Binary 1010101 1101111 11111011 1000010 111000 0 10 11100111 1011111 1000010

Color Harmonies of #556FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FFB

Black with #556FFB

Text Example


Text Example

White with #556FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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