Html Css Color HEX #536CF1 Royal Blue

📋 copy color: '#536CF1'

red 83 ◦ green 108 ◦ blue 241

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

Shades of Royal Blue #536CF1

Tints of Royal Blue #536CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.79%

R = 19.21%
G = 25%
B = 55.79%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#536CF1 (or 0x536CF1) is known color: Royal Blue. HEX triplet: 53, 6C and F1. RGB value is (83,108,241). Sum of RGB (Red+Green+Blue) = 83+108+241=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #536CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536CF1 is #AC930E. Grayscale: #737373. Windows color (decimal): -11309839 or 15821907. OLE color: 15821907.

HSL color Cylindrical-coordinate representation of color #536CF1: hue angle of 230.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #536CF1 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 108 241 -
CMYK 0.66 0.55 0 0.05
HSL 230.51º 0.85% 0.64% -
HSV(B) 230.51º 0.66% 0.95% -
XYZ 24.81 18.92 85.56 -
YUV 115.69 198.72 104.69 -
System Red Green Blue C M Y K H S L
Decimal 83 108 241 0.66 0.55 0 0.05 230.51 0.85 0.64
Hex 53 6C F1 42 37 0 5 E7 55 40
Octal 123 154 361 102 67 0 5 347 125 100
Binary 1010011 1101100 11110001 1000010 110111 0 101 11100111 1010101 1000000

Color Harmonies of #536CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CF1

Black with #536CF1

Text Example


Text Example

White with #536CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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