Html Css Color HEX #536FDF Royal Blue

📋 copy color: '#536FDF'

red 83 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #536FDF

Tints of Royal Blue #536FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 19.9%
G = 26.62%
B = 53.48%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#536FDF (or 0x536FDF) is known color: Royal Blue. HEX triplet: 53, 6F and DF. RGB value is (83,111,223). Sum of RGB (Red+Green+Blue) = 83+111+223=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #536FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FDF is #AC9020. Grayscale: #727272. Windows color (decimal): -11309089 or 14643027. OLE color: 14643027.

HSL color Cylindrical-coordinate representation of color #536FDF: hue angle of 228º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536FDF is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 111 223 -
CMYK 0.63 0.50 0 0.13
HSL 228º 0.69% 0.6% -
HSV(B) 228º 0.63% 0.87% -
XYZ 22.57 18.54 72.2 -
YUV 115.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 83 111 223 0.63 0.50 0 0.13 228 0.69 0.6
Hex 53 6F DF 3F 32 0 D E4 45 3C
Octal 123 157 337 77 62 0 15 344 105 74
Binary 1010011 1101111 11011111 111111 110010 0 1101 11100100 1000101 111100

Color Harmonies of #536FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FDF

Black with #536FDF

Text Example


Text Example

White with #536FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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