Html Css Color HEX #556FF1 Royal Blue

📋 copy color: '#556FF1'

red 85 ◦ green 111 ◦ blue 241

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

Shades of Royal Blue #556FF1

Tints of Royal Blue #556FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.15%

R = 19.45%
G = 25.4%
B = 55.15%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#556FF1 (or 0x556FF1) is known color: Royal Blue. HEX triplet: 55, 6F and F1. RGB value is (85,111,241). Sum of RGB (Red+Green+Blue) = 85+111+241=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #556FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556FF1 is #AA900E. Grayscale: #757575. Windows color (decimal): -11177999 or 15822677. OLE color: 15822677.

HSL color Cylindrical-coordinate representation of color #556FF1: hue angle of 230º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #556FF1 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 111 241 -
CMYK 0.65 0.54 0 0.05
HSL 230º 0.85% 0.64% -
HSV(B) 230º 0.65% 0.95% -
XYZ 25.31 19.65 85.68 -
YUV 118.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 85 111 241 0.65 0.54 0 0.05 230 0.85 0.64
Hex 55 6F F1 41 36 0 5 E6 55 40
Octal 125 157 361 101 66 0 5 346 125 100
Binary 1010101 1101111 11110001 1000001 110110 0 101 11100110 1010101 1000000

Color Harmonies of #556FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FF1

Black with #556FF1

Text Example


Text Example

White with #556FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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