#418CD1

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

Shades of Curious Blue #418CD1

Tints of Curious Blue #418CD1

Color information

#418CD1 (or 0x418CD1) is unknown color: approx Curious Blue. HEX triplet: 41, 8C and D1. RGB value is (65,140,209). Sum of RGB (Red+Green+Blue) = 65+140+209=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #418CD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CD1 is #BE732E. Grayscale: #7D7D7D. Windows color (decimal): -12481327 or 13732929. OLE color: 13732929.

HSL color Cylindrical-coordinate representation of color #418CD1: hue angle of 208.75º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #418CD1 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB65140209-
CMYK0.690.3300.18
HSL208.75º61.02%53.73%-
HSV(B)208.75º68.9%81.96%-
XYZ23.0724.4863.83-
YUV125.44175.1584.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.70%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 209 (82.03% from 255) = 50.48%
R=15.70%
G=33.82%
B=50.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal651402090.690.3300.18208.7561.0253.73
Hex418CD14521012d13d36
Octal101214321105410223217566
Binary10000011000110011010001100010110000101001011010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,140,209); }

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

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

 a { background-color: rgb(65,140,209); }

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

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

 span { border-color: rgb(65,140,209); }

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