#418FD5

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

Shades of Curious Blue #418FD5

Tints of Curious Blue #418FD5

Color information

#418FD5 (or 0x418FD5) is unknown color: approx Curious Blue. HEX triplet: 41, 8F and D5. RGB value is (65,143,213). Sum of RGB (Red+Green+Blue) = 65+143+213=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #418FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FD5 is #BE702A. Grayscale: #7F7F7F. Windows color (decimal): -12480555 or 13995841. OLE color: 13995841.

HSL color Cylindrical-coordinate representation of color #418FD5: hue angle of 208.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #418FD5 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB65143213-
CMYK0.690.3300.16
HSL208.38º63.79%54.51%-
HSV(B)208.38º69.48%83.53%-
XYZ24.0125.5766.62-
YUV127.66176.1683.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.44%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 213 (83.59% from 255) = 50.59%
R=15.44%
G=33.97%
B=50.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal651432130.690.3300.16208.3863.7954.51
Hex418FD54521010d04037
Octal1012173251054102032010067
Binary100000110001111110101011000101100001010000110100001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,143,213); }

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

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

 a { background-color: rgb(65,143,213); }

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

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

 span { border-color: rgb(65,143,213); }

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