Html Css Color HEX #556FEF Royal Blue

📋 copy color: '#556FEF'

red 85 ◦ green 111 ◦ blue 239

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

Shades of Royal Blue #556FEF

Tints of Royal Blue #556FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 19.54%
G = 25.52%
B = 54.94%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#556FEF (or 0x556FEF) is known color: Royal Blue. HEX triplet: 55, 6F and EF. RGB value is (85,111,239). Sum of RGB (Red+Green+Blue) = 85+111+239=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #556FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556FEF is #AA9010. Grayscale: #757575. Windows color (decimal): -11178001 or 15691605. OLE color: 15691605.

HSL color Cylindrical-coordinate representation of color #556FEF: hue angle of 229.87º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556FEF is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 111 239 -
CMYK 0.64 0.54 0 0.06
HSL 229.87º 0.83% 0.64% -
HSV(B) 229.87º 0.64% 0.94% -
XYZ 25.01 19.53 84.11 -
YUV 117.82 196.39 104.59 -
System Red Green Blue C M Y K H S L
Decimal 85 111 239 0.64 0.54 0 0.06 229.87 0.83 0.64
Hex 55 6F EF 40 36 0 6 E6 53 40
Octal 125 157 357 100 66 0 6 346 123 100
Binary 1010101 1101111 11101111 1000000 110110 0 110 11100110 1010011 1000000

Color Harmonies of #556FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FEF

Black with #556FEF

Text Example


Text Example

White with #556FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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