#418ECA

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

Shades of Curious Blue #418ECA

Tints of Curious Blue #418ECA

Color information

#418ECA (or 0x418ECA) is unknown color: approx Curious Blue. HEX triplet: 41, 8E and CA. RGB value is (65,142,202). Sum of RGB (Red+Green+Blue) = 65+142+202=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #418ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ECA is #BE7135. Grayscale: #7D7D7D. Windows color (decimal): -12480822 or 13274689. OLE color: 13274689.

HSL color Cylindrical-coordinate representation of color #418ECA: hue angle of 206.28º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #418ECA is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65142202-
CMYK0.680.3000.21
HSL206.28º56.38%52.35%-
HSV(B)206.28º67.82%79.22%-
XYZ22.5124.7359.46-
YUV125.82170.9984.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.89%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=15.89%
G=34.72%
B=49.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651422020.680.3000.21206.2856.3852.35
Hex418ECA441E015ce3834
Octal101216312104360253167064
Binary1000001100011101100101010001001111001010111001110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,142,202); }

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

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

 a { background-color: rgb(65,142,202); }

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

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

 span { border-color: rgb(65,142,202); }

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