Html Css Color HEX #536BED Royal Blue

📋 copy color: '#536BED'

red 83 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #536BED

Tints of Royal Blue #536BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 19.44%
G = 25.06%
B = 55.5%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#536BED (or 0x536BED) is known color: Royal Blue. HEX triplet: 53, 6B and ED. RGB value is (83,107,237). Sum of RGB (Red+Green+Blue) = 83+107+237=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #536BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536BED is #AC9412. Grayscale: #727272. Windows color (decimal): -11310099 or 15559507. OLE color: 15559507.

HSL color Cylindrical-coordinate representation of color #536BED: hue angle of 230.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536BED is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 107 237 -
CMYK 0.65 0.55 0 0.07
HSL 230.65º 0.81% 0.63% -
HSV(B) 230.65º 0.65% 0.93% -
XYZ 24.11 18.47 82.41 -
YUV 114.64 197.05 105.43 -
System Red Green Blue C M Y K H S L
Decimal 83 107 237 0.65 0.55 0 0.07 230.65 0.81 0.63
Hex 53 6B ED 41 37 0 7 E7 51 3F
Octal 123 153 355 101 67 0 7 347 121 77
Binary 1010011 1101011 11101101 1000001 110111 0 111 11100111 1010001 111111

Color Harmonies of #536BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BED

Black with #536BED

Text Example


Text Example

White with #536BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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