Html Css Color HEX #536BFB Royal Blue

📋 copy color: '#536BFB'

red 83 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #536BFB

Tints of Royal Blue #536BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.26%

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 18.82%
G = 24.26%
B = 56.92%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#536BFB (or 0x536BFB) is known color: Royal Blue. HEX triplet: 53, 6B and FB. RGB value is (83,107,251). Sum of RGB (Red+Green+Blue) = 83+107+251=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #536BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536BFB is #AC9404. Grayscale: #737373. Windows color (decimal): -11310085 or 16477011. OLE color: 16477011.

HSL color Cylindrical-coordinate representation of color #536BFB: hue angle of 231.43º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #536BFB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 107 251 -
CMYK 0.67 0.57 0 0.02
HSL 231.43º 0.95% 0.65% -
HSV(B) 231.43º 0.67% 0.98% -
XYZ 26.24 19.32 93.61 -
YUV 116.24 204.05 104.29 -
System Red Green Blue C M Y K H S L
Decimal 83 107 251 0.67 0.57 0 0.02 231.43 0.95 0.65
Hex 53 6B FB 43 39 0 2 E7 5F 41
Octal 123 153 373 103 71 0 2 347 137 101
Binary 1010011 1101011 11111011 1000011 111001 0 10 11100111 1011111 1000001

Color Harmonies of #536BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BFB

Black with #536BFB

Text Example


Text Example

White with #536BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,251); }

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

background-color css

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

 a { background-color: rgb(83,107,251); }

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

border-color css

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

 span { border-color: rgb(83,107,251); }

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