Html Css Color HEX #7095DF Cornflower Blue

📋 copy color: '#7095DF'

red 112 ◦ green 149 ◦ blue 223

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

Shades of Cornflower Blue #7095DF

Tints of Cornflower Blue #7095DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 23.14%
G = 30.79%
B = 46.07%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7095DF (or 0x7095DF) is known color: Cornflower Blue. HEX triplet: 70, 95 and DF. RGB value is (112,149,223). Sum of RGB (Red+Green+Blue) = 112+149+223=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #7095DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7095DF is #8F6A20. Grayscale: #929292. Windows color (decimal): -9398817 or 14652784. OLE color: 14652784.

HSL color Cylindrical-coordinate representation of color #7095DF: hue angle of 220º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7095DF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 149 223 -
CMYK 0.50 0.33 0 0.13
HSL 220º 0.63% 0.66% -
HSV(B) 220º 0.5% 0.87% -
XYZ 30.75 30.27 74.03 -
YUV 146.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 112 149 223 0.50 0.33 0 0.13 220 0.63 0.66
Hex 70 95 DF 32 21 0 D DC 3F 42
Octal 160 225 337 62 41 0 15 334 77 102
Binary 1110000 10010101 11011111 110010 100001 0 1101 11011100 111111 1000010

Color Harmonies of #7095DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7095DF

Black with #7095DF

Text Example


Text Example

White with #7095DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7095DF; }

 p { color: rgb(112,149,223); }

 H1.HeaderClassName
 {
   color: #7095DF;
 }
 .AnyTagClassName
 {
   color: #7095DF;
 }
</style>

background-color css

<style>
 a { background-color: #7095DF; }

 a { background-color: rgb(112,149,223); }

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

border-color css

<style>
 span { border-color: #7095DF; }

 span { border-color: rgb(112,149,223); }

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