Html Css Color HEX #537CDD Royal Blue

📋 copy color: '#537CDD'

red 83 ◦ green 124 ◦ blue 221

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

Shades of Royal Blue #537CDD

Tints of Royal Blue #537CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.97%

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 19.39%
G = 28.97%
B = 51.64%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#537CDD (or 0x537CDD) is known color: Royal Blue. HEX triplet: 53, 7C and DD. RGB value is (83,124,221). Sum of RGB (Red+Green+Blue) = 83+124+221=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #537CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CDD is #AC8322. Grayscale: #7A7A7A. Windows color (decimal): -11305763 or 14515283. OLE color: 14515283.

HSL color Cylindrical-coordinate representation of color #537CDD: hue angle of 222.17º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537CDD is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 124 221 -
CMYK 0.62 0.44 0 0.13
HSL 222.17º 0.67% 0.6% -
HSV(B) 222.17º 0.62% 0.87% -
XYZ 23.83 21.47 71.3 -
YUV 122.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 83 124 221 0.62 0.44 0 0.13 222.17 0.67 0.6
Hex 53 7C DD 3E 2C 0 D DE 43 3C
Octal 123 174 335 76 54 0 15 336 103 74
Binary 1010011 1111100 11011101 111110 101100 0 1101 11011110 1000011 111100

Color Harmonies of #537CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CDD

Black with #537CDD

Text Example


Text Example

White with #537CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537CDD; }

 p { color: rgb(83,124,221); }

 H1.HeaderClassName
 {
   color: #537CDD;
 }
 .AnyTagClassName
 {
   color: #537CDD;
 }
</style>

background-color css

<style>
 a { background-color: #537CDD; }

 a { background-color: rgb(83,124,221); }

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

border-color css

<style>
 span { border-color: #537CDD; }

 span { border-color: rgb(83,124,221); }

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