Html Css Color HEX #5368F4 Royal Blue

📋 copy color: '#5368F4'

red 83 ◦ green 104 ◦ blue 244

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

Shades of Royal Blue #5368F4

Tints of Royal Blue #5368F4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 244 (95.7% from 255) = 56.61%

R = 19.26%
G = 24.13%
B = 56.61%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5368F4 (or 0x5368F4) is known color: Royal Blue. HEX triplet: 53, 68 and F4. RGB value is (83,104,244). Sum of RGB (Red+Green+Blue) = 83+104+244=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 244 (95.70% from 255 or 56.61% from 431); Max value from RGB is 244 - color contains mainly: blue. Hex color #5368F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5368F4 is #AC970B. Grayscale: #717171. Windows color (decimal): -11310860 or 16017491. OLE color: 16017491.

HSL color Cylindrical-coordinate representation of color #5368F4: hue angle of 232.17º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5368F4 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 104 244 -
CMYK 0.66 0.57 0 0.04
HSL 232.17º 0.88% 0.64% -
HSV(B) 232.17º 0.66% 0.96% -
XYZ 24.85 18.27 87.81 -
YUV 113.68 201.54 106.12 -
System Red Green Blue C M Y K H S L
Decimal 83 104 244 0.66 0.57 0 0.04 232.17 0.88 0.64
Hex 53 68 F4 42 39 0 4 E8 58 40
Octal 123 150 364 102 71 0 4 350 130 100
Binary 1010011 1101000 11110100 1000010 111001 0 100 11101000 1011000 1000000

Color Harmonies of #5368F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5368F4

Black with #5368F4

Text Example


Text Example

White with #5368F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5368F4; }

 p { color: rgb(83,104,244); }

 H1.HeaderClassName
 {
   color: #5368F4;
 }
 .AnyTagClassName
 {
   color: #5368F4;
 }
</style>

background-color css

<style>
 a { background-color: #5368F4; }

 a { background-color: rgb(83,104,244); }

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

border-color css

<style>
 span { border-color: #5368F4; }

 span { border-color: rgb(83,104,244); }

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