#638EEC

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

Shades of Cornflower Blue #638EEC

Tints of Cornflower Blue #638EEC

Color information

#638EEC (or 0x638EEC) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8E and EC. RGB value is (99,142,236). Sum of RGB (Red+Green+Blue) = 99+142+236=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #638EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638EEC is #9C7113. Grayscale: #8B8B8B. Windows color (decimal): -10252564 or 15502947. OLE color: 15502947.

HSL color Cylindrical-coordinate representation of color #638EEC: hue angle of 221.17º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #638EEC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99142236-
CMYK0.580.4000.07
HSL221.17º78.29%65.69%-
HSV(B)221.17º58.05%92.55%-
XYZ29.9628.0583.19-
YUV139.86182.2598.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.75%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=20.75%
G=29.77%
B=49.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991422360.580.4000.07221.1778.2965.69
Hex638EEC3A2807dd4e42
Octal143216354725007335116102
Binary1100011100011101110110011101010100001111101110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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