Html Css Color HEX #536BDD Royal Blue

📋 copy color: '#536BDD'

red 83 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #536BDD

Tints of Royal Blue #536BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 20.19%
G = 26.03%
B = 53.77%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#536BDD (or 0x536BDD) is known color: Royal Blue. HEX triplet: 53, 6B and DD. RGB value is (83,107,221). Sum of RGB (Red+Green+Blue) = 83+107+221=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #536BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BDD is #AC9422. Grayscale: #707070. Windows color (decimal): -11310115 or 14510931. OLE color: 14510931.

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

Color convert

RGB 83 107 221 -
CMYK 0.62 0.52 0 0.13
HSL 229.57º 0.67% 0.6% -
HSV(B) 229.57º 0.62% 0.87% -
XYZ 21.88 17.57 70.65 -
YUV 112.82 189.05 106.73 -
System Red Green Blue C M Y K H S L
Decimal 83 107 221 0.62 0.52 0 0.13 229.57 0.67 0.6
Hex 53 6B DD 3E 34 0 D E6 43 3C
Octal 123 153 335 76 64 0 15 346 103 74
Binary 1010011 1101011 11011101 111110 110100 0 1101 11100110 1000011 111100

Color Harmonies of #536BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BDD

Black with #536BDD

Text Example


Text Example

White with #536BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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