#629AE8

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

Shades of Cornflower Blue #629AE8

Tints of Cornflower Blue #629AE8

Color information

#629AE8 (or 0x629AE8) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9A and E8. RGB value is (98,154,232). Sum of RGB (Red+Green+Blue) = 98+154+232=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #629AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629AE8 is #9D6517. Grayscale: #919191. Windows color (decimal): -10315032 or 15243874. OLE color: 15243874.

HSL color Cylindrical-coordinate representation of color #629AE8: hue angle of 214.93º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #629AE8 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB98154232-
CMYK0.580.3400.09
HSL214.93º74.44%64.71%-
HSV(B)214.93º57.76%90.98%-
XYZ31.1631.5380.79-
YUV146.15176.4593.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.25%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 232 (91.02% from 255) = 47.93%
R=20.25%
G=31.82%
B=47.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal981542320.580.3400.09214.9374.4464.71
Hex629AE83A2209d74a41
Octal1422323507242011327112101
Binary11000101001101011101000111010100010010011101011110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,154,232); }

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

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

 a { background-color: rgb(98,154,232); }

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

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

 span { border-color: rgb(98,154,232); }

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