Html Css Color HEX #536DF3 Royal Blue

📋 copy color: '#536DF3'

red 83 ◦ green 109 ◦ blue 243

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

Shades of Royal Blue #536DF3

Tints of Royal Blue #536DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.86%

R = 19.08%
G = 25.06%
B = 55.86%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#536DF3 (or 0x536DF3) is known color: Royal Blue. HEX triplet: 53, 6D and F3. RGB value is (83,109,243). Sum of RGB (Red+Green+Blue) = 83+109+243=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #536DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536DF3 is #AC920C. Grayscale: #737373. Windows color (decimal): -11309581 or 15953235. OLE color: 15953235.

HSL color Cylindrical-coordinate representation of color #536DF3: hue angle of 230.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #536DF3 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 109 243 -
CMYK 0.66 0.55 0 0.05
HSL 230.25º 0.87% 0.64% -
HSV(B) 230.25º 0.66% 0.95% -
XYZ 25.21 19.25 87.18 -
YUV 116.5 199.39 104.1 -
System Red Green Blue C M Y K H S L
Decimal 83 109 243 0.66 0.55 0 0.05 230.25 0.87 0.64
Hex 53 6D F3 42 37 0 5 E6 57 40
Octal 123 155 363 102 67 0 5 346 127 100
Binary 1010011 1101101 11110011 1000010 110111 0 101 11100110 1010111 1000000

Color Harmonies of #536DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DF3

Black with #536DF3

Text Example


Text Example

White with #536DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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