Html Css Color HEX #5675FB Royal Blue

📋 copy color: '#5675FB'

red 86 ◦ green 117 ◦ blue 251

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

Shades of Royal Blue #5675FB

Tints of Royal Blue #5675FB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.77%

 BLUE value IS 251 (98.44% from 255) = 55.29%

R = 18.94%
G = 25.77%
B = 55.29%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5675FB (or 0x5675FB) is known color: Royal Blue. HEX triplet: 56, 75 and FB. RGB value is (86,117,251). Sum of RGB (Red+Green+Blue) = 86+117+251=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #5675FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5675FB is #A98A04. Grayscale: #7A7A7A. Windows color (decimal): -11110917 or 16479574. OLE color: 16479574.

HSL color Cylindrical-coordinate representation of color #5675FB: hue angle of 228.73º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5675FB is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 117 251 -
CMYK 0.66 0.53 0 0.02
HSL 228.73º 0.95% 0.66% -
HSV(B) 228.73º 0.66% 0.98% -
XYZ 27.61 21.67 93.99 -
YUV 123.01 200.23 101.6 -
System Red Green Blue C M Y K H S L
Decimal 86 117 251 0.66 0.53 0 0.02 228.73 0.95 0.66
Hex 56 75 FB 42 35 0 2 E5 5F 42
Octal 126 165 373 102 65 0 2 345 137 102
Binary 1010110 1110101 11111011 1000010 110101 0 10 11100101 1011111 1000010

Color Harmonies of #5675FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5675FB

Black with #5675FB

Text Example


Text Example

White with #5675FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5675FB; }

 p { color: rgb(86,117,251); }

 H1.HeaderClassName
 {
   color: #5675FB;
 }
 .AnyTagClassName
 {
   color: #5675FB;
 }
</style>

background-color css

<style>
 a { background-color: #5675FB; }

 a { background-color: rgb(86,117,251); }

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

border-color css

<style>
 span { border-color: #5675FB; }

 span { border-color: rgb(86,117,251); }

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