Html Css Color HEX #5375F6 Royal Blue

📋 copy color: '#5375F6'

red 83 ◦ green 117 ◦ blue 246

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

Shades of Royal Blue #5375F6

Tints of Royal Blue #5375F6

RGB

 RED value IS 83 (32.81% from 255) = 18.61%

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

 BLUE value IS 246 (96.48% from 255) = 55.16%

R = 18.61%
G = 26.23%
B = 55.16%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5375F6 (or 0x5375F6) is known color: Royal Blue. HEX triplet: 53, 75 and F6. RGB value is (83,117,246). Sum of RGB (Red+Green+Blue) = 83+117+246=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #5375F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5375F6 is #AC8A09. Grayscale: #787878. Windows color (decimal): -11307530 or 16151891. OLE color: 16151891.

HSL color Cylindrical-coordinate representation of color #5375F6: hue angle of 227.48º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5375F6 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 117 246 -
CMYK 0.66 0.52 0 0.04
HSL 227.48º 0.9% 0.65% -
HSV(B) 227.48º 0.66% 0.96% -
XYZ 26.56 21.22 89.88 -
YUV 121.54 198.24 100.51 -
System Red Green Blue C M Y K H S L
Decimal 83 117 246 0.66 0.52 0 0.04 227.48 0.9 0.65
Hex 53 75 F6 42 34 0 4 E3 5A 41
Octal 123 165 366 102 64 0 4 343 132 101
Binary 1010011 1110101 11110110 1000010 110100 0 100 11100011 1011010 1000001

Color Harmonies of #5375F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5375F6

Black with #5375F6

Text Example


Text Example

White with #5375F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5375F6; }

 p { color: rgb(83,117,246); }

 H1.HeaderClassName
 {
   color: #5375F6;
 }
 .AnyTagClassName
 {
   color: #5375F6;
 }
</style>

background-color css

<style>
 a { background-color: #5375F6; }

 a { background-color: rgb(83,117,246); }

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

border-color css

<style>
 span { border-color: #5375F6; }

 span { border-color: rgb(83,117,246); }

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