#5C72FC

Color #5C72FC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5C72FC

Tints of Royal Blue #5C72FC

Color information

#5C72FC (or 0x5C72FC) is unknown color: approx Royal Blue. HEX triplet: 5C, 72 and FC. RGB value is (92,114,252). Sum of RGB (Red+Green+Blue) = 92+114+252=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C72FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C72FC is #A38D03. Grayscale: #7A7A7A. Windows color (decimal): -10718468 or 16544348. OLE color: 16544348.

HSL color Cylindrical-coordinate representation of color #5C72FC: hue angle of 231.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C72FC is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB92114252-
CMYK0.630.5500.01
HSL231.75º96.39%67.45%-
HSV(B)231.75º63.49%98.82%-
XYZ2821.3494.74-
YUV123.15200.71105.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.09%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 252 (98.83% from 255) = 55.02%
R=20.09%
G=24.89%
B=55.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal921142520.630.5500.01231.7596.3967.45
Hex5C72FC3F3701e86043
Octal134162374776701350140103
Binary1011100111001011111100111111110111011110100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C72FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C72FC; }

 p { color: rgb(92,114,252); }

 H1.HeaderClassName
 {
   color: #5C72FC;
 }
 .AnyTagClassName
 {
   color: #5C72FC;
 }
</style>
background-color css

<style>
 a { background-color: #5C72FC; }

 a { background-color: rgb(92,114,252); }

 div.DivClassName
 {
   background-color: #5C72FC;
 }
 .BgClassName
 {
   background-color: #5C72FC;
 }
</style>
border-color css

<style>
 span { border-color: #5C72FC; }

 span { border-color: rgb(92,114,252); }

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