#418bd4

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

Shades of Curious Blue #418BD4

Tints of Curious Blue #418BD4

Color information

#418BD4 (or 0x418BD4) is unknown color: approx Curious Blue. HEX triplet: 41, 8B and D4. RGB value is (65,139,212). Sum of RGB (Red+Green+Blue) = 65+139+212=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 212 (83.20% from 255 or 50.96% from 416); Max value from RGB is 212 - color contains mainly: blue. Hex color #418BD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BD4 is #BE742B. Grayscale: #7C7C7C. Windows color (decimal): -12481580 or 13929281. OLE color: 13929281.

HSL color Cylindrical-coordinate representation of color #418BD4: hue angle of 209.8º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #418BD4 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB65139212-
CMYK0.690.3400.17
HSL209.8º63.09%54.31%-
HSV(B)209.8º69.34%83.14%-
XYZ23.324.3465.76-
YUV125.2176.9885.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.62%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 212 (83.20% from 255) = 50.96%
R=15.62%
G=33.41%
B=50.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal651392120.690.3400.17209.863.0954.31
Hex418BD44522011d23f36
Octal101213324105420213227766
Binary10000011000101111010100100010110001001000111010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418bd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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