Html Css Color HEX #698BFE Cornflower Blue

📋 copy color: '#698BFE'

red 105 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #698BFE

Tints of Cornflower Blue #698BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

 BLUE value IS 254 (99.61% from 255) = 51%

R = 21.08%
G = 27.91%
B = 51%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#698BFE (or 0x698BFE) is known color: Cornflower Blue. HEX triplet: 69, 8B and FE. RGB value is (105,139,254). Sum of RGB (Red+Green+Blue) = 105+139+254=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #698BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698BFE is #967401. Grayscale: #8D8D8D. Windows color (decimal): -9860098 or 16681833. OLE color: 16681833.

HSL color Cylindrical-coordinate representation of color #698BFE: hue angle of 226.31º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698BFE is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 139 254 -
CMYK 0.59 0.45 0 0.00
HSL 226.31º 0.99% 0.7% -
HSV(B) 226.31º 0.59% 1% -
XYZ 32.95 28.62 97.55 -
YUV 141.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 105 139 254 0.59 0.45 0 0.00 226.31 0.99 0.7
Hex 69 8B FE 3B 2D 0 0 E2 63 46
Octal 151 213 376 73 55 0 0 342 143 106
Binary 1101001 10001011 11111110 111011 101101 0 0 11100010 1100011 1000110

Color Harmonies of #698BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BFE

Black with #698BFE

Text Example


Text Example

White with #698BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,139,254); }

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

background-color css

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

 a { background-color: rgb(105,139,254); }

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

border-color css

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

 span { border-color: rgb(105,139,254); }

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