Html Css Color HEX #698FF8 Cornflower Blue

📋 copy color: '#698FF8'

red 105 ◦ green 143 ◦ blue 248

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

Shades of Cornflower Blue #698FF8

Tints of Cornflower Blue #698FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50%

R = 21.17%
G = 28.83%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#698FF8 (or 0x698FF8) is known color: Cornflower Blue. HEX triplet: 69, 8F and F8. RGB value is (105,143,248). Sum of RGB (Red+Green+Blue) = 105+143+248=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #698FF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FF8 is #967007. Grayscale: #8F8F8F. Windows color (decimal): -9859080 or 16289641. OLE color: 16289641.

HSL color Cylindrical-coordinate representation of color #698FF8: hue angle of 224.06º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698FF8 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 143 248 -
CMYK 0.58 0.42 0 0.03
HSL 224.06º 0.91% 0.69% -
HSV(B) 224.06º 0.58% 0.97% -
XYZ 32.59 29.43 92.77 -
YUV 143.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 105 143 248 0.58 0.42 0 0.03 224.06 0.91 0.69
Hex 69 8F F8 3A 2A 0 3 E0 5B 45
Octal 151 217 370 72 52 0 3 340 133 105
Binary 1101001 10001111 11111000 111010 101010 0 11 11100000 1011011 1000101

Color Harmonies of #698FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698FF8

Black with #698FF8

Text Example


Text Example

White with #698FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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