Html Css Color HEX #555FDC Royal Blue

📋 copy color: '#555FDC'

red 85 ◦ green 95 ◦ blue 220

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

Shades of Royal Blue #555FDC

Tints of Royal Blue #555FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.75%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 21.25%
G = 23.75%
B = 55%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#555FDC (or 0x555FDC) is known color: Royal Blue. HEX triplet: 55, 5F and DC. RGB value is (85,95,220). Sum of RGB (Red+Green+Blue) = 85+95+220=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #555FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FDC is #AAA023. Grayscale: #696969. Windows color (decimal): -11182116 or 14442325. OLE color: 14442325.

HSL color Cylindrical-coordinate representation of color #555FDC: hue angle of 235.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555FDC is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 95 220 -
CMYK 0.61 0.57 0 0.14
HSL 235.56º 0.66% 0.6% -
HSV(B) 235.56º 0.61% 0.86% -
XYZ 20.76 15.28 69.57 -
YUV 106.26 192.19 112.84 -
System Red Green Blue C M Y K H S L
Decimal 85 95 220 0.61 0.57 0 0.14 235.56 0.66 0.6
Hex 55 5F DC 3D 39 0 E EC 42 3C
Octal 125 137 334 75 71 0 16 354 102 74
Binary 1010101 1011111 11011100 111101 111001 0 1110 11101100 1000010 111100

Color Harmonies of #555FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555FDC

Black with #555FDC

Text Example


Text Example

White with #555FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555FDC; }

 p { color: rgb(85,95,220); }

 H1.HeaderClassName
 {
   color: #555FDC;
 }
 .AnyTagClassName
 {
   color: #555FDC;
 }
</style>

background-color css

<style>
 a { background-color: #555FDC; }

 a { background-color: rgb(85,95,220); }

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

border-color css

<style>
 span { border-color: #555FDC; }

 span { border-color: rgb(85,95,220); }

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