Html Css Color HEX #7097EF Cornflower Blue

📋 copy color: '#7097EF'

red 112 ◦ green 151 ◦ blue 239

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

Shades of Cornflower Blue #7097EF

Tints of Cornflower Blue #7097EF

RGB

 RED value IS 112 (44.14% from 255) = 22.31%

 GREEN value IS 151 (59.38% from 255) = 30.08%

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 22.31%
G = 30.08%
B = 47.61%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7097EF (or 0x7097EF) is known color: Cornflower Blue. HEX triplet: 70, 97 and EF. RGB value is (112,151,239). Sum of RGB (Red+Green+Blue) = 112+151+239=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #7097EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7097EF is #8F6810. Grayscale: #949494. Windows color (decimal): -9398289 or 15701872. OLE color: 15701872.

HSL color Cylindrical-coordinate representation of color #7097EF: hue angle of 221.57º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7097EF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 151 239 -
CMYK 0.53 0.37 0 0.06
HSL 221.57º 0.8% 0.69% -
HSV(B) 221.57º 0.53% 0.94% -
XYZ 33.33 31.81 86.04 -
YUV 149.37 178.58 101.34 -
System Red Green Blue C M Y K H S L
Decimal 112 151 239 0.53 0.37 0 0.06 221.57 0.8 0.69
Hex 70 97 EF 35 25 0 6 DE 50 45
Octal 160 227 357 65 45 0 6 336 120 105
Binary 1110000 10010111 11101111 110101 100101 0 110 11011110 1010000 1000101

Color Harmonies of #7097EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7097EF

Black with #7097EF

Text Example


Text Example

White with #7097EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7097EF; }

 p { color: rgb(112,151,239); }

 H1.HeaderClassName
 {
   color: #7097EF;
 }
 .AnyTagClassName
 {
   color: #7097EF;
 }
</style>

background-color css

<style>
 a { background-color: #7097EF; }

 a { background-color: rgb(112,151,239); }

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

border-color css

<style>
 span { border-color: #7097EF; }

 span { border-color: rgb(112,151,239); }

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