#417DCC

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

Shades of Curious Blue #417DCC

Tints of Curious Blue #417DCC

Color information

#417DCC (or 0x417DCC) is unknown color: approx Curious Blue. HEX triplet: 41, 7D and CC. RGB value is (65,125,204). Sum of RGB (Red+Green+Blue) = 65+125+204=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #417DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DCC is #BE8233. Grayscale: #737373. Windows color (decimal): -12485172 or 13401409. OLE color: 13401409.

HSL color Cylindrical-coordinate representation of color #417DCC: hue angle of 214.1º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #417DCC is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65125204-
CMYK0.680.3900.2
HSL214.1º57.68%52.75%-
HSV(B)214.1º68.14%80%-
XYZ20.4120.1559.94-
YUV116.07177.6291.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.50%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=16.50%
G=31.73%
B=51.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651252040.680.3900.2214.157.6852.75
Hex417DCC4427014d63a35
Octal101175314104470243267265
Binary1000001111110111001100100010010011101010011010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,125,204); }

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

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

 a { background-color: rgb(65,125,204); }

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

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

 span { border-color: rgb(65,125,204); }

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