#418DC5

Color #418DC5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #418DC5

Tints of Curious Blue #418DC5

Color information

#418DC5 (or 0x418DC5) is unknown color: approx Curious Blue. HEX triplet: 41, 8D and C5. RGB value is (65,141,197). Sum of RGB (Red+Green+Blue) = 65+141+197=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #418DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DC5 is #BE723A. Grayscale: #7C7C7C. Windows color (decimal): -12481083 or 12946753. OLE color: 12946753.

HSL color Cylindrical-coordinate representation of color #418DC5: hue angle of 205.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #418DC5 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65141197-
CMYK0.670.2800.23
HSL205.45º53.23%51.37%-
HSV(B)205.45º67.01%77.25%-
XYZ21.7824.256.35-
YUV124.66168.8285.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.13%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 197 (77.34% from 255) = 48.88%
R=16.13%
G=34.99%
B=48.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651411970.670.2800.23205.4553.2351.37
Hex418DC5431C017cd3533
Octal101215305103340273156563
Binary1000001100011011100010110000111110001011111001101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418DC5; }

 p { color: rgb(65,141,197); }

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

<style>
 a { background-color: #418DC5; }

 a { background-color: rgb(65,141,197); }

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

<style>
 span { border-color: #418DC5; }

 span { border-color: rgb(65,141,197); }

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