#417AC8

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

Shades of Curious Blue #417AC8

Tints of Curious Blue #417AC8

Color information

#417AC8 (or 0x417AC8) is unknown color: approx Curious Blue. HEX triplet: 41, 7A and C8. RGB value is (65,122,200). Sum of RGB (Red+Green+Blue) = 65+122+200=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #417AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AC8 is #BE8537. Grayscale: #717171. Windows color (decimal): -12485944 or 13138497. OLE color: 13138497.

HSL color Cylindrical-coordinate representation of color #417AC8: hue angle of 214.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #417AC8 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65122200-
CMYK0.680.3900.22
HSL214.67º55.1%51.96%-
HSV(B)214.67º67.5%78.43%-
XYZ19.5619.2157.32-
YUV113.85176.6293.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 200 (78.52% from 255) = 51.68%
R=16.80%
G=31.52%
B=51.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651222000.680.3900.22214.6755.151.96
Hex417AC84427016d73734
Octal101172310104470263276764
Binary1000001111101011001000100010010011101011011010111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,122,200); }

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

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

 a { background-color: rgb(65,122,200); }

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

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

 span { border-color: rgb(65,122,200); }

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