#418CBF

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

Shades of Curious Blue #418CBF

Tints of Curious Blue #418CBF

Color information

#418CBF (or 0x418CBF) is unknown color: approx Curious Blue. HEX triplet: 41, 8C and BF. RGB value is (65,140,191). Sum of RGB (Red+Green+Blue) = 65+140+191=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #418CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CBF is #BE7340. Grayscale: #7B7B7B. Windows color (decimal): -12481345 or 12553281. OLE color: 12553281.

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

Color convert

RGB65140191-
CMYK0.660.2700.25
HSL204.29º49.61%50.2%-
HSV(B)204.29º65.97%74.9%-
XYZ20.9623.6452.75-
YUV123.39166.1586.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.41%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 191 (75% from 255) = 48.23%
R=16.41%
G=35.35%
B=48.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651401910.660.2700.25204.2949.6150.2
Hex418CBF421B019cc3232
Octal101214277102330313146262
Binary1000001100011001011111110000101101101100111001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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