#418DBA

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

Shades of Curious Blue #418DBA

Tints of Curious Blue #418DBA

Color information

#418DBA (or 0x418DBA) is unknown color: approx Curious Blue. HEX triplet: 41, 8D and BA. RGB value is (65,141,186). Sum of RGB (Red+Green+Blue) = 65+141+186=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #418DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DBA is #BE7245. Grayscale: #7B7B7B. Windows color (decimal): -12481094 or 12225857. OLE color: 12225857.

HSL color Cylindrical-coordinate representation of color #418DBA: hue angle of 202.31º 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 #418DBA is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB65141186-
CMYK0.650.2400.27
HSL202.31º48.21%49.22%-
HSV(B)202.31º65.05%72.94%-
XYZ20.5723.7249.95-
YUV123.41163.3286.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.58%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=16.58%
G=35.97%
B=47.45%

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
Decimal651411860.650.2400.27202.3148.2149.22
Hex418DBA411801Bca3031
Octal101215272101300333126061
Binary1000001100011011011101010000011100001101111001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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