#638DEA

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

Shades of Cornflower Blue #638DEA

Tints of Cornflower Blue #638DEA

Color information

#638DEA (or 0x638DEA) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8D and EA. RGB value is (99,141,234). Sum of RGB (Red+Green+Blue) = 99+141+234=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #638DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638DEA is #9C7215. Grayscale: #8A8A8A. Windows color (decimal): -10252822 or 15371619. OLE color: 15371619.

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

Color convert

RGB99141234-
CMYK0.580.4000.08
HSL221.33º76.27%65.29%-
HSV(B)221.33º57.69%91.76%-
XYZ29.5227.6481.62-
YUV139.04181.5999.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.89%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=20.89%
G=29.75%
B=49.37%

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
Decimal991412340.580.4000.08221.3376.2765.29
Hex638DEA3A2808dd4c41
Octal1432153527250010335114101
Binary11000111000110111101010111010101000010001101110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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