Html Css Color HEX #536DFB Royal Blue

📋 copy color: '#536DFB'

red 83 ◦ green 109 ◦ blue 251

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

Shades of Royal Blue #536DFB

Tints of Royal Blue #536DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

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

R = 18.74%
G = 24.6%
B = 56.66%

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

#536DFB (or 0x536DFB) is known color: Royal Blue. HEX triplet: 53, 6D and FB. RGB value is (83,109,251). Sum of RGB (Red+Green+Blue) = 83+109+251=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #536DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536DFB is #AC9204. Grayscale: #747474. Windows color (decimal): -11309573 or 16477523. OLE color: 16477523.

HSL color Cylindrical-coordinate representation of color #536DFB: hue angle of 230.71º 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 #536DFB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 109 251 -
CMYK 0.67 0.57 0 0.02
HSL 230.71º 0.95% 0.65% -
HSV(B) 230.71º 0.67% 0.98% -
XYZ 26.45 19.74 93.68 -
YUV 117.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 83 109 251 0.67 0.57 0 0.02 230.71 0.95 0.65
Hex 53 6D FB 43 39 0 2 E7 5F 41
Octal 123 155 373 103 71 0 2 347 137 101
Binary 1010011 1101101 11111011 1000011 111001 0 10 11100111 1011111 1000001

Color Harmonies of #536DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DFB

Black with #536DFB

Text Example


Text Example

White with #536DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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