#5F78DD

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

Shades of Royal Blue #5F78DD

Tints of Royal Blue #5F78DD

Color information

#5F78DD (or 0x5F78DD) is unknown color: approx Royal Blue. HEX triplet: 5F, 78 and DD. RGB value is (95,120,221). Sum of RGB (Red+Green+Blue) = 95+120+221=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #5F78DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F78DD is #A08722. Grayscale: #7B7B7B. Windows color (decimal): -10520355 or 14514271. OLE color: 14514271.

HSL color Cylindrical-coordinate representation of color #5F78DD: hue angle of 228.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F78DD is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95120221-
CMYK0.570.4600.13
HSL228.1º64.95%61.96%-
HSV(B)228.1º57.01%86.67%-
XYZ24.4921.0971.19-
YUV124.04182.72107.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.79%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=21.79%
G=27.52%
B=50.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951202210.570.4600.13228.164.9561.96
Hex5F78DD392E0De4413e
Octal137170335715601534410176
Binary101111111110001101110111100110111001101111001001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F78DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,120,221); }

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

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

 a { background-color: rgb(95,120,221); }

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

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

 span { border-color: rgb(95,120,221); }

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