#418BB7

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

Shades of Curious Blue #418BB7

Tints of Curious Blue #418BB7

Color information

#418BB7 (or 0x418BB7) is unknown color: approx Curious Blue. HEX triplet: 41, 8B and B7. RGB value is (65,139,183). Sum of RGB (Red+Green+Blue) = 65+139+183=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #418BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BB7 is #BE7448. Grayscale: #797979. Windows color (decimal): -12481609 or 12028737. OLE color: 12028737.

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

Color convert

RGB65139183-
CMYK0.640.2400.28
HSL202.37º47.58%48.63%-
HSV(B)202.37º64.48%71.76%-
XYZ19.9623.0148.19-
YUV121.89162.4887.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 183 (71.88% from 255) = 47.29%
R=16.80%
G=35.92%
B=47.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal651391830.640.2400.28202.3747.5848.63
Hex418BB7401801Cca3031
Octal101213267100300343126061
Binary1000001100010111011011110000001100001110011001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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