Html Css Color HEX #5372FD Royal Blue

📋 copy color: '#5372FD'

red 83 ◦ green 114 ◦ blue 253

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

Shades of Royal Blue #5372FD

Tints of Royal Blue #5372FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 18.44%
G = 25.33%
B = 56.22%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5372FD (or 0x5372FD) is known color: Royal Blue. HEX triplet: 53, 72 and FD. RGB value is (83,114,253). Sum of RGB (Red+Green+Blue) = 83+114+253=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #5372FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5372FD is #AC8D02. Grayscale: #777777. Windows color (decimal): -11308291 or 16609875. OLE color: 16609875.

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

Color convert

RGB 83 114 253 -
CMYK 0.67 0.55 0 0.01
HSL 229.06º 0.98% 0.66% -
HSV(B) 229.06º 0.67% 0.99% -
XYZ 27.31 20.97 95.54 -
YUV 120.58 202.73 101.2 -
System Red Green Blue C M Y K H S L
Decimal 83 114 253 0.67 0.55 0 0.01 229.06 0.98 0.66
Hex 53 72 FD 43 37 0 1 E5 62 42
Octal 123 162 375 103 67 0 1 345 142 102
Binary 1010011 1110010 11111101 1000011 110111 0 1 11100101 1100010 1000010

Color Harmonies of #5372FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5372FD

Black with #5372FD

Text Example


Text Example

White with #5372FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5372FD; }

 p { color: rgb(83,114,253); }

 H1.HeaderClassName
 {
   color: #5372FD;
 }
 .AnyTagClassName
 {
   color: #5372FD;
 }
</style>

background-color css

<style>
 a { background-color: #5372FD; }

 a { background-color: rgb(83,114,253); }

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

border-color css

<style>
 span { border-color: #5372FD; }

 span { border-color: rgb(83,114,253); }

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