Html Css Color HEX #698DE2 Cornflower Blue

📋 copy color: '#698DE2'

red 105 ◦ green 141 ◦ blue 226

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

Shades of Cornflower Blue #698DE2

Tints of Cornflower Blue #698DE2

RGB

 RED value IS 105 (41.41% from 255) = 22.25%

 GREEN value IS 141 (55.47% from 255) = 29.87%

 BLUE value IS 226 (88.67% from 255) = 47.88%

R = 22.25%
G = 29.87%
B = 47.88%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#698DE2 (or 0x698DE2) is known color: Cornflower Blue. HEX triplet: 69, 8D and E2. RGB value is (105,141,226). Sum of RGB (Red+Green+Blue) = 105+141+226=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #698DE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DE2 is #96721D. Grayscale: #8B8B8B. Windows color (decimal): -9859614 or 14847337. OLE color: 14847337.

HSL color Cylindrical-coordinate representation of color #698DE2: hue angle of 222.15º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #698DE2 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 141 226 -
CMYK 0.54 0.38 0 0.11
HSL 222.15º 0.68% 0.65% -
HSV(B) 222.15º 0.54% 0.89% -
XYZ 29.08 27.54 75.74 -
YUV 139.93 176.57 103.09 -
System Red Green Blue C M Y K H S L
Decimal 105 141 226 0.54 0.38 0 0.11 222.15 0.68 0.65
Hex 69 8D E2 36 26 0 B DE 44 41
Octal 151 215 342 66 46 0 13 336 104 101
Binary 1101001 10001101 11100010 110110 100110 0 1011 11011110 1000100 1000001

Color Harmonies of #698DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DE2

Black with #698DE2

Text Example


Text Example

White with #698DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698DE2; }

 p { color: rgb(105,141,226); }

 H1.HeaderClassName
 {
   color: #698DE2;
 }
 .AnyTagClassName
 {
   color: #698DE2;
 }
</style>

background-color css

<style>
 a { background-color: #698DE2; }

 a { background-color: rgb(105,141,226); }

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

border-color css

<style>
 span { border-color: #698DE2; }

 span { border-color: rgb(105,141,226); }

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