Html Css Color HEX #5369CF Royal Blue

📋 copy color: '#5369CF'

red 83 ◦ green 105 ◦ blue 207

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

Shades of Royal Blue #5369CF

Tints of Royal Blue #5369CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 21.01%
G = 26.58%
B = 52.41%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5369CF (or 0x5369CF) is known color: Royal Blue. HEX triplet: 53, 69 and CF. RGB value is (83,105,207). Sum of RGB (Red+Green+Blue) = 83+105+207=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #5369CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5369CF is #AC9630. Grayscale: #6D6D6D. Windows color (decimal): -11310641 or 13592915. OLE color: 13592915.

HSL color Cylindrical-coordinate representation of color #5369CF: hue angle of 229.35º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5369CF is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 105 207 -
CMYK 0.60 0.49 0 0.19
HSL 229.35º 0.56% 0.57% -
HSV(B) 229.35º 0.6% 0.81% -
XYZ 19.88 16.45 61.16 -
YUV 110.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 83 105 207 0.60 0.49 0 0.19 229.35 0.56 0.57
Hex 53 69 CF 3C 31 0 13 E5 38 39
Octal 123 151 317 74 61 0 23 345 70 71
Binary 1010011 1101001 11001111 111100 110001 0 10011 11100101 111000 111001

Color Harmonies of #5369CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5369CF

Black with #5369CF

Text Example


Text Example

White with #5369CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5369CF; }

 p { color: rgb(83,105,207); }

 H1.HeaderClassName
 {
   color: #5369CF;
 }
 .AnyTagClassName
 {
   color: #5369CF;
 }
</style>

background-color css

<style>
 a { background-color: #5369CF; }

 a { background-color: rgb(83,105,207); }

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

border-color css

<style>
 span { border-color: #5369CF; }

 span { border-color: rgb(83,105,207); }

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