Html Css Color HEX #536CEF Royal Blue

📋 copy color: '#536CEF'

red 83 ◦ green 108 ◦ blue 239

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

Shades of Royal Blue #536CEF

Tints of Royal Blue #536CEF

RGB

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

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

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

R = 19.3%
G = 25.12%
B = 55.58%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#536CEF (or 0x536CEF) is known color: Royal Blue. HEX triplet: 53, 6C and EF. RGB value is (83,108,239). Sum of RGB (Red+Green+Blue) = 83+108+239=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #536CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536CEF is #AC9310. Grayscale: #727272. Windows color (decimal): -11309841 or 15690835. OLE color: 15690835.

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

Color convert

RGB 83 108 239 -
CMYK 0.65 0.55 0 0.06
HSL 230.38º 0.83% 0.63% -
HSV(B) 230.38º 0.65% 0.94% -
XYZ 24.51 18.8 84 -
YUV 115.46 197.72 104.85 -
System Red Green Blue C M Y K H S L
Decimal 83 108 239 0.65 0.55 0 0.06 230.38 0.83 0.63
Hex 53 6C EF 41 37 0 6 E6 53 3F
Octal 123 154 357 101 67 0 6 346 123 77
Binary 1010011 1101100 11101111 1000001 110111 0 110 11100110 1010011 111111

Color Harmonies of #536CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CEF

Black with #536CEF

Text Example


Text Example

White with #536CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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