#638EE0

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

Shades of Cornflower Blue #638EE0

Tints of Cornflower Blue #638EE0

Color information

#638EE0 (or 0x638EE0) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8E and E0. RGB value is (99,142,224). Sum of RGB (Red+Green+Blue) = 99+142+224=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #638EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EE0 is #9C711F. Grayscale: #8A8A8A. Windows color (decimal): -10252576 or 14716515. OLE color: 14716515.

HSL color Cylindrical-coordinate representation of color #638EE0: hue angle of 219.36º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #638EE0 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB99142224-
CMYK0.560.3700.12
HSL219.36º66.84%63.33%-
HSV(B)219.36º55.8%87.84%-
XYZ28.2727.3874.32-
YUV138.49176.2599.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.29%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 224 (87.89% from 255) = 48.17%
R=21.29%
G=30.54%
B=48.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal991422240.560.3700.12219.3666.8463.33
Hex638EE038250Cdb433f
Octal143216340704501433310377
Binary1100011100011101110000011100010010101100110110111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638EE0; }

 p { color: rgb(99,142,224); }

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

<style>
 a { background-color: #638EE0; }

 a { background-color: rgb(99,142,224); }

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

<style>
 span { border-color: #638EE0; }

 span { border-color: rgb(99,142,224); }

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