#418EBA

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

Shades of Curious Blue #418EBA

Tints of Curious Blue #418EBA

Color information

#418EBA (or 0x418EBA) is unknown color: approx Curious Blue. HEX triplet: 41, 8E and BA. RGB value is (65,142,186). Sum of RGB (Red+Green+Blue) = 65+142+186=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #418EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418EBA is #BE7145. Grayscale: #7B7B7B. Windows color (decimal): -12480838 or 12226113. OLE color: 12226113.

HSL color Cylindrical-coordinate representation of color #418EBA: hue angle of 201.82º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #418EBA is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB65142186-
CMYK0.650.2400.27
HSL201.82º48.21%49.22%-
HSV(B)201.82º65.05%72.94%-
XYZ20.7224.0150-
YUV123.99162.9985.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=16.54%
G=36.13%
B=47.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651421860.650.2400.27201.8248.2149.22
Hex418EBA411801Bca3031
Octal101216272101300333126061
Binary1000001100011101011101010000011100001101111001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,142,186); }

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

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

 a { background-color: rgb(65,142,186); }

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

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

 span { border-color: rgb(65,142,186); }

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