#638CEC

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

Shades of Cornflower Blue #638CEC

Tints of Cornflower Blue #638CEC

Color information

#638CEC (or 0x638CEC) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8C and EC. RGB value is (99,140,236). Sum of RGB (Red+Green+Blue) = 99+140+236=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #638CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638CEC is #9C7313. Grayscale: #8A8A8A. Windows color (decimal): -10253076 or 15502435. OLE color: 15502435.

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

Color convert

RGB99140236-
CMYK0.580.4100.07
HSL222.04º78.29%65.69%-
HSV(B)222.04º58.05%92.55%-
XYZ29.6627.4683.09-
YUV138.68182.9299.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.84%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=20.84%
G=29.47%
B=49.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991402360.580.4100.07222.0478.2965.69
Hex638CEC3A2907de4e42
Octal143214354725107336116102
Binary1100011100011001110110011101010100101111101111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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