Html Css Color HEX #5672FF Royal Blue

📋 copy color: '#5672FF'

red 86 ◦ green 114 ◦ blue 255

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

Shades of Royal Blue #5672FF

Tints of Royal Blue #5672FF

RGB

 RED value IS 86 (33.98% from 255) = 18.9%

 GREEN value IS 114 (44.92% from 255) = 25.05%

 BLUE value IS 255 (100% from 255) = 56.04%

R = 18.9%
G = 25.05%
B = 56.04%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5672FF (or 0x5672FF) is known color: Royal Blue. HEX triplet: 56, 72 and FF. RGB value is (86,114,255). Sum of RGB (Red+Green+Blue) = 86+114+255=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #5672FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5672FF is #A98D00. Grayscale: #797979. Windows color (decimal): -11111681 or 16740950. OLE color: 16740950.

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

Color convert

RGB 86 114 255 -
CMYK 0.66 0.55 0 0
HSL 230.06º 1% 0.67% -
HSV(B) 230.06º 0.66% 1% -
XYZ 27.91 21.23 97.24 -
YUV 121.7 203.22 102.54 -
System Red Green Blue C M Y K H S L
Decimal 86 114 255 0.66 0.55 0 0 230.06 1 0.67
Hex 56 72 FF 42 37 0 0 E6 64 43
Octal 126 162 377 102 67 0 0 346 144 103
Binary 1010110 1110010 11111111 1000010 110111 0 0 11100110 1100100 1000011

Color Harmonies of #5672FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5672FF

Black with #5672FF

Text Example


Text Example

White with #5672FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5672FF; }

 p { color: rgb(86,114,255); }

 H1.HeaderClassName
 {
   color: #5672FF;
 }
 .AnyTagClassName
 {
   color: #5672FF;
 }
</style>

background-color css

<style>
 a { background-color: #5672FF; }

 a { background-color: rgb(86,114,255); }

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

border-color css

<style>
 span { border-color: #5672FF; }

 span { border-color: rgb(86,114,255); }

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