#418DC1

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

Shades of Curious Blue #418DC1

Tints of Curious Blue #418DC1

Color information

#418DC1 (or 0x418DC1) is unknown color: approx Curious Blue. HEX triplet: 41, 8D and C1. RGB value is (65,141,193). Sum of RGB (Red+Green+Blue) = 65+141+193=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #418DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DC1 is #BE723E. Grayscale: #7B7B7B. Windows color (decimal): -12481087 or 12684609. OLE color: 12684609.

HSL color Cylindrical-coordinate representation of color #418DC1: hue angle of 204.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418DC1 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65141193-
CMYK0.660.2700.24
HSL204.38º50.79%50.59%-
HSV(B)204.38º66.32%75.69%-
XYZ21.3324.0253.96-
YUV124.2166.8285.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.29%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=16.29%
G=35.34%
B=48.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651411930.660.2700.24204.3850.7950.59
Hex418DC1421B018cc3333
Octal101215301102330303146363
Binary1000001100011011100000110000101101101100011001100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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