Html Css Color HEX #698DF2 Cornflower Blue

📋 copy color: '#698DF2'

red 105 ◦ green 141 ◦ blue 242

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

Shades of Cornflower Blue #698DF2

Tints of Cornflower Blue #698DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.59%

R = 21.52%
G = 28.89%
B = 49.59%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#698DF2 (or 0x698DF2) is known color: Cornflower Blue. HEX triplet: 69, 8D and F2. RGB value is (105,141,242). Sum of RGB (Red+Green+Blue) = 105+141+242=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #698DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698DF2 is #96720D. Grayscale: #8D8D8D. Windows color (decimal): -9859598 or 15895913. OLE color: 15895913.

HSL color Cylindrical-coordinate representation of color #698DF2: hue angle of 224.23º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #698DF2 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 141 242 -
CMYK 0.57 0.42 0 0.05
HSL 224.23º 0.84% 0.68% -
HSV(B) 224.23º 0.57% 0.95% -
XYZ 31.38 28.46 87.84 -
YUV 141.75 184.57 101.79 -
System Red Green Blue C M Y K H S L
Decimal 105 141 242 0.57 0.42 0 0.05 224.23 0.84 0.68
Hex 69 8D F2 39 2A 0 5 E0 54 44
Octal 151 215 362 71 52 0 5 340 124 104
Binary 1101001 10001101 11110010 111001 101010 0 101 11100000 1010100 1000100

Color Harmonies of #698DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DF2

Black with #698DF2

Text Example


Text Example

White with #698DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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