#418BBD

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

Shades of Curious Blue #418BBD

Tints of Curious Blue #418BBD

Color information

#418BBD (or 0x418BBD) is unknown color: approx Curious Blue. HEX triplet: 41, 8B and BD. RGB value is (65,139,189). Sum of RGB (Red+Green+Blue) = 65+139+189=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #418BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BBD is #BE7442. Grayscale: #7A7A7A. Windows color (decimal): -12481603 or 12421953. OLE color: 12421953.

HSL color Cylindrical-coordinate representation of color #418BBD: hue angle of 204.19º 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 #418BBD is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65139189-
CMYK0.660.2600.26
HSL204.19º48.82%49.8%-
HSV(B)204.19º65.61%74.12%-
XYZ20.623.2651.55-
YUV122.57165.4886.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=16.54%
G=35.37%
B=48.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651391890.660.2600.26204.1948.8249.8
Hex418BBD421A01Acc3132
Octal101213275102320323146162
Binary1000001100010111011110110000101101001101011001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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