Html Css Color HEX #7097ED Cornflower Blue

📋 copy color: '#7097ED'

red 112 ◦ green 151 ◦ blue 237

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

Shades of Cornflower Blue #7097ED

Tints of Cornflower Blue #7097ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 22.4%
G = 30.2%
B = 47.4%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7097ED (or 0x7097ED) is known color: Cornflower Blue. HEX triplet: 70, 97 and ED. RGB value is (112,151,237). Sum of RGB (Red+Green+Blue) = 112+151+237=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #7097ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7097ED is #8F6812. Grayscale: #949494. Windows color (decimal): -9398291 or 15570800. OLE color: 15570800.

HSL color Cylindrical-coordinate representation of color #7097ED: hue angle of 221.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7097ED is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 151 237 -
CMYK 0.53 0.36 0 0.07
HSL 221.28º 0.78% 0.68% -
HSV(B) 221.28º 0.53% 0.93% -
XYZ 33.03 31.69 84.5 -
YUV 149.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 112 151 237 0.53 0.36 0 0.07 221.28 0.78 0.68
Hex 70 97 ED 35 24 0 7 DD 4E 44
Octal 160 227 355 65 44 0 7 335 116 104
Binary 1110000 10010111 11101101 110101 100100 0 111 11011101 1001110 1000100

Color Harmonies of #7097ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7097ED

Black with #7097ED

Text Example


Text Example

White with #7097ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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