#418DBF

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

Shades of Curious Blue #418DBF

Tints of Curious Blue #418DBF

Color information

#418DBF (or 0x418DBF) is unknown color: approx Curious Blue. HEX triplet: 41, 8D and BF. RGB value is (65,141,191). Sum of RGB (Red+Green+Blue) = 65+141+191=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #418DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DBF is #BE7240. Grayscale: #7B7B7B. Windows color (decimal): -12481089 or 12553537. OLE color: 12553537.

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

Color convert

RGB65141191-
CMYK0.660.2600.25
HSL203.81º49.61%50.2%-
HSV(B)203.81º65.97%74.9%-
XYZ21.1123.9452.8-
YUV123.98165.8285.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.37%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 191 (75% from 255) = 48.11%
R=16.37%
G=35.52%
B=48.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651411910.660.2600.25203.8149.6150.2
Hex418DBF421A019cc3232
Octal101215277102320313146262
Binary1000001100011011011111110000101101001100111001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,141,191); }

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

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

 a { background-color: rgb(65,141,191); }

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

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

 span { border-color: rgb(65,141,191); }

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