Html Css Color HEX #698EFA Cornflower Blue

📋 copy color: '#698EFA'

red 105 ◦ green 142 ◦ blue 250

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

Shades of Cornflower Blue #698EFA

Tints of Cornflower Blue #698EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 21.13%
G = 28.57%
B = 50.3%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#698EFA (or 0x698EFA) is known color: Cornflower Blue. HEX triplet: 69, 8E and FA. RGB value is (105,142,250). Sum of RGB (Red+Green+Blue) = 105+142+250=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #698EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EFA is #967105. Grayscale: #8E8E8E. Windows color (decimal): -9859334 or 16420457. OLE color: 16420457.

HSL color Cylindrical-coordinate representation of color #698EFA: hue angle of 224.69º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698EFA is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 142 250 -
CMYK 0.58 0.43 0 0.02
HSL 224.69º 0.94% 0.7% -
HSV(B) 224.69º 0.58% 0.98% -
XYZ 32.75 29.25 94.36 -
YUV 143.25 188.24 100.72 -
System Red Green Blue C M Y K H S L
Decimal 105 142 250 0.58 0.43 0 0.02 224.69 0.94 0.7
Hex 69 8E FA 3A 2B 0 2 E1 5E 46
Octal 151 216 372 72 53 0 2 341 136 106
Binary 1101001 10001110 11111010 111010 101011 0 10 11100001 1011110 1000110

Color Harmonies of #698EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EFA

Black with #698EFA

Text Example


Text Example

White with #698EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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