Html Css Color HEX #697BF8 Cornflower Blue

📋 copy color: '#697BF8'

red 105 ◦ green 123 ◦ blue 248

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

Shades of Cornflower Blue #697BF8

Tints of Cornflower Blue #697BF8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.84%

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

R = 22.06%
G = 25.84%
B = 52.1%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#697BF8 (or 0x697BF8) is known color: Cornflower Blue. HEX triplet: 69, 7B and F8. RGB value is (105,123,248). Sum of RGB (Red+Green+Blue) = 105+123+248=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #697BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BF8 is #968407. Grayscale: #838383. Windows color (decimal): -9864200 or 16284521. OLE color: 16284521.

HSL color Cylindrical-coordinate representation of color #697BF8: hue angle of 232.45º 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 #697BF8 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 123 248 -
CMYK 0.58 0.50 0 0.03
HSL 232.45º 0.91% 0.69% -
HSV(B) 232.45º 0.58% 0.97% -
XYZ 29.85 23.95 91.86 -
YUV 131.87 193.54 108.84 -
System Red Green Blue C M Y K H S L
Decimal 105 123 248 0.58 0.50 0 0.03 232.45 0.91 0.69
Hex 69 7B F8 3A 32 0 3 E8 5B 45
Octal 151 173 370 72 62 0 3 350 133 105
Binary 1101001 1111011 11111000 111010 110010 0 11 11101000 1011011 1000101

Color Harmonies of #697BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BF8

Black with #697BF8

Text Example


Text Example

White with #697BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697BF8; }

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

 H1.HeaderClassName
 {
   color: #697BF8;
 }
 .AnyTagClassName
 {
   color: #697BF8;
 }
</style>

background-color css

<style>
 a { background-color: #697BF8; }

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

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

border-color css

<style>
 span { border-color: #697BF8; }

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

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