Html Css Color HEX #697FDB Cornflower Blue

📋 copy color: '#697FDB'

red 105 ◦ green 127 ◦ blue 219

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

Shades of Cornflower Blue #697FDB

Tints of Cornflower Blue #697FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 28.16%

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 23.28%
G = 28.16%
B = 48.56%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#697FDB (or 0x697FDB) is known color: Cornflower Blue. HEX triplet: 69, 7F and DB. RGB value is (105,127,219). Sum of RGB (Red+Green+Blue) = 105+127+219=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #697FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FDB is #968024. Grayscale: #828282. Windows color (decimal): -9863205 or 14385001. OLE color: 14385001.

HSL color Cylindrical-coordinate representation of color #697FDB: hue angle of 228.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697FDB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 127 219 -
CMYK 0.52 0.42 0 0.14
HSL 228.42º 0.61% 0.64% -
HSV(B) 228.42º 0.52% 0.86% -
XYZ 26.2 23.3 70.13 -
YUV 130.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 105 127 219 0.52 0.42 0 0.14 228.42 0.61 0.64
Hex 69 7F DB 34 2A 0 E E4 3D 40
Octal 151 177 333 64 52 0 16 344 75 100
Binary 1101001 1111111 11011011 110100 101010 0 1110 11100100 111101 1000000

Color Harmonies of #697FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697FDB

Black with #697FDB

Text Example


Text Example

White with #697FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,127,219); }

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

background-color css

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

 a { background-color: rgb(105,127,219); }

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

border-color css

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

 span { border-color: rgb(105,127,219); }

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