#638EDE

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

Shades of Cornflower Blue #638EDE

Tints of Cornflower Blue #638EDE

Color information

#638EDE (or 0x638EDE) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8E and DE. RGB value is (99,142,222). Sum of RGB (Red+Green+Blue) = 99+142+222=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #638EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EDE is #9C7121. Grayscale: #898989. Windows color (decimal): -10252578 or 14585443. OLE color: 14585443.

HSL color Cylindrical-coordinate representation of color #638EDE: hue angle of 219.02º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #638EDE is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99142222-
CMYK0.550.3600.13
HSL219.02º65.08%62.94%-
HSV(B)219.02º55.41%87.06%-
XYZ2827.2772.9-
YUV138.26175.25100-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.38%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=21.38%
G=30.67%
B=47.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991422220.550.3600.13219.0265.0862.94
Hex638EDE37240Ddb413f
Octal143216336674401533310177
Binary1100011100011101101111011011110010001101110110111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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