#418FC1

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

Shades of Curious Blue #418FC1

Tints of Curious Blue #418FC1

Color information

#418FC1 (or 0x418FC1) is unknown color: approx Curious Blue. HEX triplet: 41, 8F and C1. RGB value is (65,143,193). Sum of RGB (Red+Green+Blue) = 65+143+193=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #418FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FC1 is #BE703E. Grayscale: #7D7D7D. Windows color (decimal): -12480575 or 12685121. OLE color: 12685121.

HSL color Cylindrical-coordinate representation of color #418FC1: hue angle of 203.44º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418FC1 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65143193-
CMYK0.660.2600.24
HSL203.44º50.79%50.59%-
HSV(B)203.44º66.32%75.69%-
XYZ21.6324.6254.06-
YUV125.38166.1684.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.21%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 193 (75.78% from 255) = 48.13%
R=16.21%
G=35.66%
B=48.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651431930.660.2600.24203.4450.7950.59
Hex418FC1421A018cb3333
Octal101217301102320303136363
Binary1000001100011111100000110000101101001100011001011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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