#629DEA

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

Shades of Cornflower Blue #629DEA

Tints of Cornflower Blue #629DEA

Color information

#629DEA (or 0x629DEA) is unknown color: approx Cornflower Blue. HEX triplet: 62, 9D and EA. RGB value is (98,157,234). Sum of RGB (Red+Green+Blue) = 98+157+234=489 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.04% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #629DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629DEA is #9D6215. Grayscale: #939393. Windows color (decimal): -10314262 or 15375714. OLE color: 15375714.

HSL color Cylindrical-coordinate representation of color #629DEA: hue angle of 213.97º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #629DEA is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB98157234-
CMYK0.580.3300.08
HSL213.97º76.4%65.1%-
HSV(B)213.97º58.12%91.76%-
XYZ31.9532.6582.46-
YUV148.14176.4592.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.04%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 234 (91.80% from 255) = 47.85%
R=20.04%
G=32.11%
B=47.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal981572340.580.3300.08213.9776.465.1
Hex629DEA3A2108d64c41
Octal1422353527241010326114101
Binary11000101001110111101010111010100001010001101011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,157,234); }

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

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

 a { background-color: rgb(98,157,234); }

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

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

 span { border-color: rgb(98,157,234); }

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