#638eea

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

Shades of Cornflower Blue #638EEA

Tints of Cornflower Blue #638EEA

Color information

#638EEA (or 0x638EEA) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8E and EA. RGB value is (99,142,234). Sum of RGB (Red+Green+Blue) = 99+142+234=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #638EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638EEA is #9C7115. Grayscale: #8B8B8B. Windows color (decimal): -10252566 or 15371875. OLE color: 15371875.

HSL color Cylindrical-coordinate representation of color #638EEA: hue angle of 220.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #638EEA is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB99142234-
CMYK0.580.3900.08
HSL220.89º76.27%65.29%-
HSV(B)220.89º57.69%91.76%-
XYZ29.6727.9481.67-
YUV139.63181.2599.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.84%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=20.84%
G=29.89%
B=49.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal991422340.580.3900.08220.8976.2765.29
Hex638EEA3A2708dd4c41
Octal1432163527247010335114101
Binary11000111000111011101010111010100111010001101110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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