#418EB7

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

Shades of Curious Blue #418EB7

Tints of Curious Blue #418EB7

Color information

#418EB7 (or 0x418EB7) is unknown color: approx Curious Blue. HEX triplet: 41, 8E and B7. RGB value is (65,142,183). Sum of RGB (Red+Green+Blue) = 65+142+183=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #418EB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418EB7 is #BE7148. Grayscale: #7B7B7B. Windows color (decimal): -12480841 or 12029505. OLE color: 12029505.

HSL color Cylindrical-coordinate representation of color #418EB7: hue angle of 200.85º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #418EB7 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB65142183-
CMYK0.640.2200.28
HSL200.85º47.58%48.63%-
HSV(B)200.85º64.48%71.76%-
XYZ20.423.8948.34-
YUV123.65161.4986.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.67%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 183 (71.88% from 255) = 46.92%
R=16.67%
G=36.41%
B=46.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal651421830.640.2200.28200.8547.5848.63
Hex418EB7401601Cc93031
Octal101216267100260343116061
Binary1000001100011101011011110000001011001110011001001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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