Html Css Color HEX #536CDD Royal Blue

📋 copy color: '#536CDD'

red 83 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #536CDD

Tints of Royal Blue #536CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.21%

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

R = 20.15%
G = 26.21%
B = 53.64%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#536CDD (or 0x536CDD) is known color: Royal Blue. HEX triplet: 53, 6C and DD. RGB value is (83,108,221). Sum of RGB (Red+Green+Blue) = 83+108+221=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #536CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CDD is #AC9322. Grayscale: #707070. Windows color (decimal): -11309859 or 14511187. OLE color: 14511187.

HSL color Cylindrical-coordinate representation of color #536CDD: hue angle of 229.13º 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 #536CDD is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 108 221 -
CMYK 0.62 0.51 0 0.13
HSL 229.13º 0.67% 0.6% -
HSV(B) 229.13º 0.62% 0.87% -
XYZ 21.98 17.78 70.68 -
YUV 113.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 83 108 221 0.62 0.51 0 0.13 229.13 0.67 0.6
Hex 53 6C DD 3E 33 0 D E5 43 3C
Octal 123 154 335 76 63 0 15 345 103 74
Binary 1010011 1101100 11011101 111110 110011 0 1101 11100101 1000011 111100

Color Harmonies of #536CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CDD

Black with #536CDD

Text Example


Text Example

White with #536CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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