#638ADB

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

Shades of Cornflower Blue #638ADB

Tints of Cornflower Blue #638ADB

Color information

#638ADB (or 0x638ADB) is unknown color: approx Cornflower Blue. HEX triplet: 63, 8A and DB. RGB value is (99,138,219). Sum of RGB (Red+Green+Blue) = 99+138+219=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #638ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ADB is #9C7524. Grayscale: #878787. Windows color (decimal): -10253605 or 14387811. OLE color: 14387811.

HSL color Cylindrical-coordinate representation of color #638ADB: hue angle of 220.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #638ADB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99138219-
CMYK0.550.3700.14
HSL220.5º62.5%62.35%-
HSV(B)220.5º54.79%85.88%-
XYZ27.0225.9470.6-
YUV135.57175.08101.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.71%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 219 (85.94% from 255) = 48.03%
R=21.71%
G=30.26%
B=48.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991382190.550.3700.14220.562.562.35
Hex638ADB37250Edc3e3e
Octal14321233367450163347676
Binary110001110001010110110111101111001010111011011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,138,219); }

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

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

 a { background-color: rgb(99,138,219); }

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

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

 span { border-color: rgb(99,138,219); }

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