Html Css Color HEX #536CED Royal Blue

📋 copy color: '#536CED'

red 83 ◦ green 108 ◦ blue 237

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

Shades of Royal Blue #536CED

Tints of Royal Blue #536CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.23%

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

R = 19.39%
G = 25.23%
B = 55.37%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#536CED (or 0x536CED) is known color: Royal Blue. HEX triplet: 53, 6C and ED. RGB value is (83,108,237). Sum of RGB (Red+Green+Blue) = 83+108+237=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #536CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536CED is #AC9312. Grayscale: #727272. Windows color (decimal): -11309843 or 15559763. OLE color: 15559763.

HSL color Cylindrical-coordinate representation of color #536CED: hue angle of 230.26º 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 #536CED is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 108 237 -
CMYK 0.65 0.54 0 0.07
HSL 230.26º 0.81% 0.63% -
HSV(B) 230.26º 0.65% 0.93% -
XYZ 24.22 18.68 82.45 -
YUV 115.23 196.72 105.01 -
System Red Green Blue C M Y K H S L
Decimal 83 108 237 0.65 0.54 0 0.07 230.26 0.81 0.63
Hex 53 6C ED 41 36 0 7 E6 51 3F
Octal 123 154 355 101 66 0 7 346 121 77
Binary 1010011 1101100 11101101 1000001 110110 0 111 11100110 1010001 111111

Color Harmonies of #536CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CED

Black with #536CED

Text Example


Text Example

White with #536CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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