Html Css Color HEX #688EDA Cornflower Blue

📋 copy color: '#688EDA'

red 104 ◦ green 142 ◦ blue 218

#688EDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #688EDA

Tints of Cornflower Blue #688EDA

RGB

 RED value IS 104 (41.02% from 255) = 22.41%

 GREEN value IS 142 (55.86% from 255) = 30.6%

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 22.41%
G = 30.6%
B = 46.98%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#688EDA (or 0x688EDA) is known color: Cornflower Blue. HEX triplet: 68, 8E and DA. RGB value is (104,142,218). Sum of RGB (Red+Green+Blue) = 104+142+218=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #688EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EDA is #977125. Grayscale: #8A8A8A. Windows color (decimal): -9924902 or 14323304. OLE color: 14323304.

HSL color Cylindrical-coordinate representation of color #688EDA: hue angle of 220º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688EDA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 142 218 -
CMYK 0.52 0.35 0 0.15
HSL 220º 0.61% 0.63% -
HSV(B) 220º 0.52% 0.85% -
XYZ 28.04 27.35 70.13 -
YUV 139.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 104 142 218 0.52 0.35 0 0.15 220 0.61 0.63
Hex 68 8E DA 34 23 0 F DC 3D 3F
Octal 150 216 332 64 43 0 17 334 75 77
Binary 1101000 10001110 11011010 110100 100011 0 1111 11011100 111101 111111

Color Harmonies of #688EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688EDA

Black with #688EDA

Text Example


Text Example

White with #688EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688EDA; }

 p { color: rgb(104,142,218); }

 H1.HeaderClassName
 {
   color: #688EDA;
 }
 .AnyTagClassName
 {
   color: #688EDA;
 }
</style>

background-color css

<style>
 a { background-color: #688EDA; }

 a { background-color: rgb(104,142,218); }

 div.DivClassName
 {
   background-color: #688EDA;
 }
 .BgClassName
 {
   background-color: #688EDA;
 }
</style>

border-color css

<style>
 span { border-color: #688EDA; }

 span { border-color: rgb(104,142,218); }

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