Html Css Color HEX #536DDD Royal Blue

📋 copy color: '#536DDD'

red 83 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #536DDD

Tints of Royal Blue #536DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.39%

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

R = 20.1%
G = 26.39%
B = 53.51%

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

#536DDD (or 0x536DDD) is known color: Royal Blue. HEX triplet: 53, 6D and DD. RGB value is (83,109,221). Sum of RGB (Red+Green+Blue) = 83+109+221=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #536DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DDD is #AC9222. Grayscale: #717171. Windows color (decimal): -11309603 or 14511443. OLE color: 14511443.

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

Color convert

RGB 83 109 221 -
CMYK 0.62 0.51 0 0.13
HSL 228.7º 0.67% 0.6% -
HSV(B) 228.7º 0.62% 0.87% -
XYZ 22.09 18 70.72 -
YUV 113.99 188.39 105.89 -
System Red Green Blue C M Y K H S L
Decimal 83 109 221 0.62 0.51 0 0.13 228.7 0.67 0.6
Hex 53 6D DD 3E 33 0 D E5 43 3C
Octal 123 155 335 76 63 0 15 345 103 74
Binary 1010011 1101101 11011101 111110 110011 0 1101 11100101 1000011 111100

Color Harmonies of #536DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DDD

Black with #536DDD

Text Example


Text Example

White with #536DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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