#638fea

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

Shades of Cornflower Blue #638FEA

Tints of Cornflower Blue #638FEA

Color information

#638FEA (or 0x638FEA) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8F and EA. RGB value is (99,143,234). Sum of RGB (Red+Green+Blue) = 99+143+234=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #638FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638FEA is #9C7015. Grayscale: #8B8B8B. Windows color (decimal): -10252310 or 15372131. OLE color: 15372131.

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

Color convert

RGB99143234-
CMYK0.580.3900.08
HSL220.44º76.27%65.29%-
HSV(B)220.44º57.69%91.76%-
XYZ29.8228.2481.72-
YUV140.22180.9298.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.80%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 234 (91.80% from 255) = 49.16%
R=20.80%
G=30.04%
B=49.16%

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
Decimal991432340.580.3900.08220.4476.2765.29
Hex638FEA3A2708dc4c41
Octal1432173527247010334114101
Binary11000111000111111101010111010100111010001101110010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638fea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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