#438DF2

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

Shades of Cornflower Blue #438DF2

Tints of Cornflower Blue #438DF2

Color information

#438DF2 (or 0x438DF2) is unknown color: approx Cornflower Blue. HEX triplet: 43, 8D and F2. RGB value is (67,141,242). Sum of RGB (Red+Green+Blue) = 67+141+242=450 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.89% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #438DF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #438DF2 is #BC720D. Grayscale: #818181. Windows color (decimal): -12349966 or 15895875. OLE color: 15895875.

HSL color Cylindrical-coordinate representation of color #438DF2: hue angle of 214.63º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #438DF2 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB67141242-
CMYK0.720.4200.05
HSL214.63º87.06%60.59%-
HSV(B)214.63º72.31%94.9%-
XYZ27.8726.6587.68-
YUV130.39190.9882.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.89%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 242 (94.92% from 255) = 53.78%
R=14.89%
G=31.33%
B=53.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal671412420.720.4200.05214.6387.0660.59
Hex438DF2482A05d7573d
Octal103215362110520532712775
Binary1000011100011011111001010010001010100101110101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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