#628EE1

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

Shades of Cornflower Blue #628EE1

Tints of Cornflower Blue #628EE1

Color information

#628EE1 (or 0x628EE1) is unknown color: approx Cornflower Blue. HEX triplet: 62, 8E and E1. RGB value is (98,142,225). Sum of RGB (Red+Green+Blue) = 98+142+225=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #628EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628EE1 is #9D711E. Grayscale: #898989. Windows color (decimal): -10318111 or 14782050. OLE color: 14782050.

HSL color Cylindrical-coordinate representation of color #628EE1: hue angle of 219.21º degrees, saturation: 0.68, 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 #628EE1 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB98142225-
CMYK0.560.3700.12
HSL219.21º67.91%63.33%-
HSV(B)219.21º56.44%88.24%-
XYZ28.327.3875.03-
YUV138.31176.9299.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.08%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 225 (88.28% from 255) = 48.39%
R=21.08%
G=30.54%
B=48.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal981422250.560.3700.12219.2167.9163.33
Hex628EE138250Cdb443f
Octal142216341704501433310477
Binary1100010100011101110000111100010010101100110110111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628EE1; }

 p { color: rgb(98,142,225); }

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

<style>
 a { background-color: #628EE1; }

 a { background-color: rgb(98,142,225); }

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

<style>
 span { border-color: #628EE1; }

 span { border-color: rgb(98,142,225); }

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