#418FCC

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

Shades of Curious Blue #418FCC

Tints of Curious Blue #418FCC

Color information

#418FCC (or 0x418FCC) is unknown color: approx Curious Blue. HEX triplet: 41, 8F and CC. RGB value is (65,143,204). Sum of RGB (Red+Green+Blue) = 65+143+204=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #418FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FCC is #BE7033. Grayscale: #7E7E7E. Windows color (decimal): -12480564 or 13406017. OLE color: 13406017.

HSL color Cylindrical-coordinate representation of color #418FCC: hue angle of 206.33º 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 #418FCC is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65143204-
CMYK0.680.3000.2
HSL206.33º57.68%52.75%-
HSV(B)206.33º68.14%80%-
XYZ22.925.1360.77-
YUV126.63171.6684.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.78%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=15.78%
G=34.71%
B=49.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651432040.680.3000.2206.3357.6852.75
Hex418FCC441E014ce3a35
Octal101217314104360243167265
Binary1000001100011111100110010001001111001010011001110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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