Html Css Color HEX #536FFE Royal Blue

📋 copy color: '#536FFE'

red 83 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #536FFE

Tints of Royal Blue #536FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.78%

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 18.53%
G = 24.78%
B = 56.7%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#536FFE (or 0x536FFE) is known color: Royal Blue. HEX triplet: 53, 6F and FE. RGB value is (83,111,254). Sum of RGB (Red+Green+Blue) = 83+111+254=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #536FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536FFE is #AC9001. Grayscale: #767676. Windows color (decimal): -11309058 or 16674643. OLE color: 16674643.

HSL color Cylindrical-coordinate representation of color #536FFE: hue angle of 230.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #536FFE is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 111 254 -
CMYK 0.67 0.56 0 0.00
HSL 230.18º 0.99% 0.66% -
HSV(B) 230.18º 0.67% 1% -
XYZ 27.14 20.36 96.27 -
YUV 118.93 204.22 102.37 -
System Red Green Blue C M Y K H S L
Decimal 83 111 254 0.67 0.56 0 0.00 230.18 0.99 0.66
Hex 53 6F FE 43 38 0 0 E6 63 42
Octal 123 157 376 103 70 0 0 346 143 102
Binary 1010011 1101111 11111110 1000011 111000 0 0 11100110 1100011 1000010

Color Harmonies of #536FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FFE

Black with #536FFE

Text Example


Text Example

White with #536FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,111,254); }

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

background-color css

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

 a { background-color: rgb(83,111,254); }

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

border-color css

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

 span { border-color: rgb(83,111,254); }

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