#629cfe

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

Shades of Cornflower Blue #629CFE

Tints of Cornflower Blue #629CFE

Color information

#629CFE (or 0x629CFE) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9C and FE. RGB value is (98,156,254). Sum of RGB (Red+Green+Blue) = 98+156+254=508 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.29% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #629CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CFE is #9D6301. Grayscale: #959595. Windows color (decimal): -10314498 or 16686178. OLE color: 16686178.

HSL color Cylindrical-coordinate representation of color #629CFE: hue angle of 217.69º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629CFE is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB98156254-
CMYK0.610.3900.00
HSL217.69º98.73%69.02%-
HSV(B)217.69º61.42%99.61%-
XYZ34.8133.5398.4-
YUV149.83186.7891.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.29%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 254 (99.61% from 255) = 50%
R=19.29%
G=30.71%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal981562540.610.3900.00217.6998.7369.02
Hex629CFE3D2700da6345
Octal142234376754700332143105
Binary11000101001110011111110111101100111001101101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629cfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629cfe; }

 p { color: rgb(98,156,254); }

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

<style>
 a { background-color: #629cfe; }

 a { background-color: rgb(98,156,254); }

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

<style>
 span { border-color: #629cfe; }

 span { border-color: rgb(98,156,254); }

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