#418FBD

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

Shades of Curious Blue #418FBD

Tints of Curious Blue #418FBD

Color information

#418FBD (or 0x418FBD) is unknown color: approx Curious Blue. HEX triplet: 41, 8F and BD. RGB value is (65,143,189). Sum of RGB (Red+Green+Blue) = 65+143+189=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #418FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FBD is #BE7042. Grayscale: #7C7C7C. Windows color (decimal): -12480579 or 12422977. OLE color: 12422977.

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

Color convert

RGB65143189-
CMYK0.660.2400.26
HSL202.26º48.82%49.8%-
HSV(B)202.26º65.61%74.12%-
XYZ21.1924.4451.75-
YUV124.92164.1685.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.37%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=16.37%
G=36.02%
B=47.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651431890.660.2400.26202.2648.8249.8
Hex418FBD421801Aca3132
Octal101217275102300323126162
Binary1000001100011111011110110000101100001101011001010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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