#638CEB

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

Shades of Cornflower Blue #638CEB

Tints of Cornflower Blue #638CEB

Color information

#638CEB (or 0x638CEB) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8C and EB. RGB value is (99,140,235). Sum of RGB (Red+Green+Blue) = 99+140+235=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #638CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638CEB is #9C7314. Grayscale: #8A8A8A. Windows color (decimal): -10253077 or 15436899. OLE color: 15436899.

HSL color Cylindrical-coordinate representation of color #638CEB: hue angle of 221.91º degrees, saturation: 0.77, 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 #638CEB is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB99140235-
CMYK0.580.4000.08
HSL221.91º77.27%65.49%-
HSV(B)221.91º57.87%92.16%-
XYZ29.5227.4182.33-
YUV138.57182.4299.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.89%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 235 (92.19% from 255) = 49.58%
R=20.89%
G=29.54%
B=49.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal991402350.580.4000.08221.9177.2765.49
Hex638CEB3A2808de4d41
Octal1432143537250010336115101
Binary11000111000110011101011111010101000010001101111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,140,235); }

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

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

 a { background-color: rgb(99,140,235); }

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

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

 span { border-color: rgb(99,140,235); }

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