#418FD4

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

Shades of Curious Blue #418FD4

Tints of Curious Blue #418FD4

Color information

#418FD4 (or 0x418FD4) is unknown color: approx Curious Blue. HEX triplet: 41, 8F and D4. RGB value is (65,143,212). Sum of RGB (Red+Green+Blue) = 65+143+212=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #418FD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FD4 is #BE702B. Grayscale: #7F7F7F. Windows color (decimal): -12480556 or 13930305. OLE color: 13930305.

HSL color Cylindrical-coordinate representation of color #418FD4: hue angle of 208.16º 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 #418FD4 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB65143212-
CMYK0.690.3300.17
HSL208.16º63.09%54.31%-
HSV(B)208.16º69.34%83.14%-
XYZ23.8925.5265.95-
YUV127.54175.6683.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 212 (83.20% from 255) = 50.48%
R=15.48%
G=34.05%
B=50.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal651432120.690.3300.17208.1663.0954.31
Hex418FD44521011d03f36
Octal101217324105410213207766
Binary10000011000111111010100100010110000101000111010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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