#418DCF

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

Shades of Curious Blue #418DCF

Tints of Curious Blue #418DCF

Color information

#418DCF (or 0x418DCF) is unknown color: approx Curious Blue. HEX triplet: 41, 8D and CF. RGB value is (65,141,207). Sum of RGB (Red+Green+Blue) = 65+141+207=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #418DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DCF is #BE7230. Grayscale: #7D7D7D. Windows color (decimal): -12481073 or 13602113. OLE color: 13602113.

HSL color Cylindrical-coordinate representation of color #418DCF: hue angle of 207.89º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #418DCF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65141207-
CMYK0.690.3200.19
HSL207.89º59.66%53.33%-
HSV(B)207.89º68.6%81.18%-
XYZ22.9724.6862.58-
YUV125.8173.8284.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.74%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 207 (81.25% from 255) = 50.12%
R=15.74%
G=34.14%
B=50.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651412070.690.3200.19207.8959.6653.33
Hex418DCF4520013d03c35
Octal101215317105400233207465
Binary10000011000110111001111100010110000001001111010000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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