#417ECA

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

Shades of Curious Blue #417ECA

Tints of Curious Blue #417ECA

Color information

#417ECA (or 0x417ECA) is unknown color: approx Curious Blue. HEX triplet: 41, 7E and CA. RGB value is (65,126,202). Sum of RGB (Red+Green+Blue) = 65+126+202=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #417ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ECA is #BE8135. Grayscale: #747474. Windows color (decimal): -12484918 or 13270593. OLE color: 13270593.

HSL color Cylindrical-coordinate representation of color #417ECA: hue angle of 213.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 #417ECA is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65126202-
CMYK0.680.3800.21
HSL213.28º56.38%52.35%-
HSV(B)213.28º67.82%79.22%-
XYZ20.320.3158.73-
YUV116.42176.2991.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=16.54%
G=32.06%
B=51.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651262020.680.3800.21213.2856.3852.35
Hex417ECA4426015d53834
Octal101176312104460253257064
Binary1000001111111011001010100010010011001010111010101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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