Html Css Color HEX #698FE8 Cornflower Blue

📋 copy color: '#698FE8'

red 105 ◦ green 143 ◦ blue 232

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

Shades of Cornflower Blue #698FE8

Tints of Cornflower Blue #698FE8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

 BLUE value IS 232 (91.02% from 255) = 48.33%

R = 21.88%
G = 29.79%
B = 48.33%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#698FE8 (or 0x698FE8) is known color: Cornflower Blue. HEX triplet: 69, 8F and E8. RGB value is (105,143,232). Sum of RGB (Red+Green+Blue) = 105+143+232=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #698FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FE8 is #967017. Grayscale: #8D8D8D. Windows color (decimal): -9859096 or 15241065. OLE color: 15241065.

HSL color Cylindrical-coordinate representation of color #698FE8: hue angle of 222.05º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #698FE8 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 143 232 -
CMYK 0.55 0.38 0 0.09
HSL 222.05º 0.73% 0.66% -
HSV(B) 222.05º 0.55% 0.91% -
XYZ 30.21 28.47 80.25 -
YUV 141.78 178.91 101.76 -
System Red Green Blue C M Y K H S L
Decimal 105 143 232 0.55 0.38 0 0.09 222.05 0.73 0.66
Hex 69 8F E8 37 26 0 9 DE 49 42
Octal 151 217 350 67 46 0 11 336 111 102
Binary 1101001 10001111 11101000 110111 100110 0 1001 11011110 1001001 1000010

Color Harmonies of #698FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698FE8

Black with #698FE8

Text Example


Text Example

White with #698FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,143,232); }

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

background-color css

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

 a { background-color: rgb(105,143,232); }

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

border-color css

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

 span { border-color: rgb(105,143,232); }

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