Html Css Color HEX #536CEE Royal Blue

📋 copy color: '#536CEE'

red 83 ◦ green 108 ◦ blue 238

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

Shades of Royal Blue #536CEE

Tints of Royal Blue #536CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 19.35%
G = 25.17%
B = 55.48%

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

#536CEE (or 0x536CEE) is known color: Royal Blue. HEX triplet: 53, 6C and EE. RGB value is (83,108,238). Sum of RGB (Red+Green+Blue) = 83+108+238=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #536CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536CEE is #AC9311. Grayscale: #727272. Windows color (decimal): -11309842 or 15625299. OLE color: 15625299.

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

Color convert

RGB 83 108 238 -
CMYK 0.65 0.55 0 0.07
HSL 230.32º 0.82% 0.63% -
HSV(B) 230.32º 0.65% 0.93% -
XYZ 24.36 18.74 83.22 -
YUV 115.35 197.22 104.93 -
System Red Green Blue C M Y K H S L
Decimal 83 108 238 0.65 0.55 0 0.07 230.32 0.82 0.63
Hex 53 6C EE 41 37 0 7 E6 52 3F
Octal 123 154 356 101 67 0 7 346 122 77
Binary 1010011 1101100 11101110 1000001 110111 0 111 11100110 1010010 111111

Color Harmonies of #536CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CEE

Black with #536CEE

Text Example


Text Example

White with #536CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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