#438DEC

Color #438DEC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #438DEC

Tints of Cornflower Blue #438DEC

Color information

#438DEC (or 0x438DEC) is unknown color: approx Cornflower Blue. HEX triplet: 43, 8D and EC. RGB value is (67,141,236). Sum of RGB (Red+Green+Blue) = 67+141+236=444 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.09% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #438DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #438DEC is #BC7213. Grayscale: #818181. Windows color (decimal): -12349972 or 15502659. OLE color: 15502659.

HSL color Cylindrical-coordinate representation of color #438DEC: hue angle of 213.73º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #438DEC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB67141236-
CMYK0.720.4000.07
HSL213.73º81.64%59.41%-
HSV(B)213.73º71.61%92.55%-
XYZ26.9826.383.01-
YUV129.7187.9883.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.09%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 236 (92.58% from 255) = 53.15%
R=15.09%
G=31.76%
B=53.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal671412360.720.4000.07213.7381.6459.41
Hex438DEC482807d6523b
Octal103215354110500732612273
Binary1000011100011011110110010010001010000111110101101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438DEC; }

 p { color: rgb(67,141,236); }

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

<style>
 a { background-color: #438DEC; }

 a { background-color: rgb(67,141,236); }

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

<style>
 span { border-color: #438DEC; }

 span { border-color: rgb(67,141,236); }

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