Html Css Color HEX #536CEA Royal Blue

📋 copy color: '#536CEA'

red 83 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #536CEA

Tints of Royal Blue #536CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 19.53%
G = 25.41%
B = 55.06%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#536CEA (or 0x536CEA) is known color: Royal Blue. HEX triplet: 53, 6C and EA. RGB value is (83,108,234). Sum of RGB (Red+Green+Blue) = 83+108+234=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #536CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536CEA is #AC9315. Grayscale: #727272. Windows color (decimal): -11309846 or 15363155. OLE color: 15363155.

HSL color Cylindrical-coordinate representation of color #536CEA: hue angle of 230.07º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536CEA is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 108 234 -
CMYK 0.65 0.54 0 0.08
HSL 230.07º 0.78% 0.62% -
HSV(B) 230.07º 0.65% 0.92% -
XYZ 23.78 18.5 80.16 -
YUV 114.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 83 108 234 0.65 0.54 0 0.08 230.07 0.78 0.62
Hex 53 6C EA 41 36 0 8 E6 4E 3E
Octal 123 154 352 101 66 0 10 346 116 76
Binary 1010011 1101100 11101010 1000001 110110 0 1000 11100110 1001110 111110

Color Harmonies of #536CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CEA

Black with #536CEA

Text Example


Text Example

White with #536CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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