Html Css Color HEX #698EF2 Cornflower Blue

📋 copy color: '#698EF2'

red 105 ◦ green 142 ◦ blue 242

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

Shades of Cornflower Blue #698EF2

Tints of Cornflower Blue #698EF2

RGB

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

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

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

R = 21.47%
G = 29.04%
B = 49.49%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#698EF2 (or 0x698EF2) is known color: Cornflower Blue. HEX triplet: 69, 8E and F2. RGB value is (105,142,242). Sum of RGB (Red+Green+Blue) = 105+142+242=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #698EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EF2 is #96710D. Grayscale: #8D8D8D. Windows color (decimal): -9859342 or 15896169. OLE color: 15896169.

HSL color Cylindrical-coordinate representation of color #698EF2: hue angle of 223.8º 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 #698EF2 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 142 242 -
CMYK 0.57 0.41 0 0.05
HSL 223.8º 0.84% 0.68% -
HSV(B) 223.8º 0.57% 0.95% -
XYZ 31.53 28.76 87.89 -
YUV 142.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 105 142 242 0.57 0.41 0 0.05 223.8 0.84 0.68
Hex 69 8E F2 39 29 0 5 E0 54 44
Octal 151 216 362 71 51 0 5 340 124 104
Binary 1101001 10001110 11110010 111001 101001 0 101 11100000 1010100 1000100

Color Harmonies of #698EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EF2

Black with #698EF2

Text Example


Text Example

White with #698EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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