#629CE0

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

Shades of Cornflower Blue #629CE0

Tints of Cornflower Blue #629CE0

Color information

#629CE0 (or 0x629CE0) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9C and E0. RGB value is (98,156,224). Sum of RGB (Red+Green+Blue) = 98+156+224=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #629CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CE0 is #9D631F. Grayscale: #929292. Windows color (decimal): -10314528 or 14720098. OLE color: 14720098.

HSL color Cylindrical-coordinate representation of color #629CE0: hue angle of 212.38º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629CE0 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB98156224-
CMYK0.560.3000.12
HSL212.38º67.02%63.14%-
HSV(B)212.38º56.25%87.84%-
XYZ30.3831.7675.05-
YUV146.41171.7893.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.50%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 224 (87.89% from 255) = 46.86%
R=20.50%
G=32.64%
B=46.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal981562240.560.3000.12212.3867.0263.14
Hex629CE0381E0Cd4433f
Octal142234340703601432410377
Binary110001010011100111000001110001111001100110101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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