Html Css Color HEX #536EEF Royal Blue

📋 copy color: '#536EEF'

red 83 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #536EEF

Tints of Royal Blue #536EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.46%

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 19.21%
G = 25.46%
B = 55.32%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#536EEF (or 0x536EEF) is known color: Royal Blue. HEX triplet: 53, 6E and EF. RGB value is (83,110,239). Sum of RGB (Red+Green+Blue) = 83+110+239=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #536EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536EEF is #AC9110. Grayscale: #747474. Windows color (decimal): -11309329 or 15691347. OLE color: 15691347.

HSL color Cylindrical-coordinate representation of color #536EEF: hue angle of 229.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536EEF is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 110 239 -
CMYK 0.65 0.54 0 0.06
HSL 229.62º 0.83% 0.63% -
HSV(B) 229.62º 0.65% 0.94% -
XYZ 24.72 19.22 84.07 -
YUV 116.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 83 110 239 0.65 0.54 0 0.06 229.62 0.83 0.63
Hex 53 6E EF 41 36 0 6 E6 53 3F
Octal 123 156 357 101 66 0 6 346 123 77
Binary 1010011 1101110 11101111 1000001 110110 0 110 11100110 1010011 111111

Color Harmonies of #536EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536EEF

Black with #536EEF

Text Example


Text Example

White with #536EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,110,239); }

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

background-color css

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

 a { background-color: rgb(83,110,239); }

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

border-color css

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

 span { border-color: rgb(83,110,239); }

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