Html Css Color HEX #536AD4 Royal Blue

📋 copy color: '#536AD4'

red 83 ◦ green 106 ◦ blue 212

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

Shades of Royal Blue #536AD4

Tints of Royal Blue #536AD4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

 BLUE value IS 212 (83.2% from 255) = 52.87%

R = 20.7%
G = 26.43%
B = 52.87%

CMYK

 C value IS 0.61

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#536AD4 (or 0x536AD4) is known color: Royal Blue. HEX triplet: 53, 6A and D4. RGB value is (83,106,212). Sum of RGB (Red+Green+Blue) = 83+106+212=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #536AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536AD4 is #AC952B. Grayscale: #6E6E6E. Windows color (decimal): -11310380 or 13920851. OLE color: 13920851.

HSL color Cylindrical-coordinate representation of color #536AD4: hue angle of 229.3º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536AD4 is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 106 212 -
CMYK 0.61 0.5 0 0.17
HSL 229.3º 0.6% 0.58% -
HSV(B) 229.3º 0.61% 0.83% -
XYZ 20.6 16.9 64.46 -
YUV 111.21 184.88 107.88 -
System Red Green Blue C M Y K H S L
Decimal 83 106 212 0.61 0.5 0 0.17 229.3 0.6 0.58
Hex 53 6A D4 3D 32 0 11 E5 3C 3A
Octal 123 152 324 75 62 0 21 345 74 72
Binary 1010011 1101010 11010100 111101 110010 0 10001 11100101 111100 111010

Color Harmonies of #536AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536AD4

Black with #536AD4

Text Example


Text Example

White with #536AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,106,212); }

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

background-color css

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

 a { background-color: rgb(83,106,212); }

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

border-color css

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

 span { border-color: rgb(83,106,212); }

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