Html Css Color HEX #556FFE Royal Blue

📋 copy color: '#556FFE'

red 85 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #556FFE

Tints of Royal Blue #556FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 18.89%
G = 24.67%
B = 56.44%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#556FFE (or 0x556FFE) is known color: Royal Blue. HEX triplet: 55, 6F and FE. RGB value is (85,111,254). Sum of RGB (Red+Green+Blue) = 85+111+254=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #556FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556FFE is #AA9001. Grayscale: #767676. Windows color (decimal): -11177986 or 16674645. OLE color: 16674645.

HSL color Cylindrical-coordinate representation of color #556FFE: hue angle of 230.77º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556FFE is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 111 254 -
CMYK 0.67 0.56 0 0.00
HSL 230.77º 0.99% 0.66% -
HSV(B) 230.77º 0.67% 1% -
XYZ 27.32 20.46 96.27 -
YUV 119.53 203.89 103.37 -
System Red Green Blue C M Y K H S L
Decimal 85 111 254 0.67 0.56 0 0.00 230.77 0.99 0.66
Hex 55 6F FE 43 38 0 0 E7 63 42
Octal 125 157 376 103 70 0 0 347 143 102
Binary 1010101 1101111 11111110 1000011 111000 0 0 11100111 1100011 1000010

Color Harmonies of #556FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FFE

Black with #556FFE

Text Example


Text Example

White with #556FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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