#418DCE

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

Shades of Curious Blue #418DCE

Tints of Curious Blue #418DCE

Color information

#418DCE (or 0x418DCE) is unknown color: approx Curious Blue. HEX triplet: 41, 8D and CE. RGB value is (65,141,206). Sum of RGB (Red+Green+Blue) = 65+141+206=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #418DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DCE is #BE7231. Grayscale: #7D7D7D. Windows color (decimal): -12481074 or 13536577. OLE color: 13536577.

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

Color convert

RGB65141206-
CMYK0.680.3200.19
HSL207.66º59%53.14%-
HSV(B)207.66º68.45%80.78%-
XYZ22.8524.6361.94-
YUV125.69173.3284.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.78%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 206 (80.86% from 255) = 50%
R=15.78%
G=34.22%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651412060.680.3200.19207.665953.14
Hex418DCE4420013d03b35
Octal101215316104400233207365
Binary10000011000110111001110100010010000001001111010000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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