#638DD7

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

Shades of Cornflower Blue #638DD7

Tints of Cornflower Blue #638DD7

Color information

#638DD7 (or 0x638DD7) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8D and D7. RGB value is (99,141,215). Sum of RGB (Red+Green+Blue) = 99+141+215=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #638DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DD7 is #9C7228. Grayscale: #888888. Windows color (decimal): -10252841 or 14126435. OLE color: 14126435.

HSL color Cylindrical-coordinate representation of color #638DD7: hue angle of 218.28º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #638DD7 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB99141215-
CMYK0.540.3400.16
HSL218.28º59.18%61.57%-
HSV(B)218.28º53.95%84.31%-
XYZ26.9426.6168.01-
YUV136.88172.09100.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 215 (84.38% from 255) = 47.25%
R=21.76%
G=30.99%
B=47.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal991412150.540.3400.16218.2859.1861.57
Hex638DD73622010da3b3e
Octal14321532766420203327376
Binary1100011100011011101011111011010001001000011011010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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