Html Css Color HEX #556BDF Royal Blue

📋 copy color: '#556BDF'

red 85 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #556BDF

Tints of Royal Blue #556BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 20.48%
G = 25.78%
B = 53.73%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#556BDF (or 0x556BDF) is known color: Royal Blue. HEX triplet: 55, 6B and DF. RGB value is (85,107,223). Sum of RGB (Red+Green+Blue) = 85+107+223=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #556BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BDF is #AA9420. Grayscale: #717171. Windows color (decimal): -11179041 or 14642005. OLE color: 14642005.

HSL color Cylindrical-coordinate representation of color #556BDF: hue angle of 230.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556BDF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 107 223 -
CMYK 0.62 0.52 0 0.13
HSL 230.43º 0.68% 0.6% -
HSV(B) 230.43º 0.62% 0.87% -
XYZ 22.32 17.77 72.07 -
YUV 113.65 189.71 107.57 -
System Red Green Blue C M Y K H S L
Decimal 85 107 223 0.62 0.52 0 0.13 230.43 0.68 0.6
Hex 55 6B DF 3E 34 0 D E6 44 3C
Octal 125 153 337 76 64 0 15 346 104 74
Binary 1010101 1101011 11011111 111110 110100 0 1101 11100110 1000100 111100

Color Harmonies of #556BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BDF

Black with #556BDF

Text Example


Text Example

White with #556BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,107,223); }

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

background-color css

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

 a { background-color: rgb(85,107,223); }

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

border-color css

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

 span { border-color: rgb(85,107,223); }

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