Html Css Color HEX #698CFD Cornflower Blue

📋 copy color: '#698CFD'

red 105 ◦ green 140 ◦ blue 253

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

Shades of Cornflower Blue #698CFD

Tints of Cornflower Blue #698CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.11%

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 21.08%
G = 28.11%
B = 50.8%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#698CFD (or 0x698CFD) is known color: Cornflower Blue. HEX triplet: 69, 8C and FD. RGB value is (105,140,253). Sum of RGB (Red+Green+Blue) = 105+140+253=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #698CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CFD is #967302. Grayscale: #8D8D8D. Windows color (decimal): -9859843 or 16616553. OLE color: 16616553.

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

Color convert

RGB 105 140 253 -
CMYK 0.58 0.45 0 0.01
HSL 225.81º 0.97% 0.7% -
HSV(B) 225.81º 0.58% 0.99% -
XYZ 32.93 28.85 96.76 -
YUV 142.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 105 140 253 0.58 0.45 0 0.01 225.81 0.97 0.7
Hex 69 8C FD 3A 2D 0 1 E2 61 46
Octal 151 214 375 72 55 0 1 342 141 106
Binary 1101001 10001100 11111101 111010 101101 0 1 11100010 1100001 1000110

Color Harmonies of #698CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CFD

Black with #698CFD

Text Example


Text Example

White with #698CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,140,253); }

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

background-color css

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

 a { background-color: rgb(105,140,253); }

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

border-color css

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

 span { border-color: rgb(105,140,253); }

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