Html Css Color HEX #7095FE Cornflower Blue

📋 copy color: '#7095FE'

red 112 ◦ green 149 ◦ blue 254

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

Shades of Cornflower Blue #7095FE

Tints of Cornflower Blue #7095FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 21.75%
G = 28.93%
B = 49.32%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7095FE (or 0x7095FE) is known color: Cornflower Blue. HEX triplet: 70, 95 and FE. RGB value is (112,149,254). Sum of RGB (Red+Green+Blue) = 112+149+254=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #7095FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7095FE is #8F6A01. Grayscale: #959595. Windows color (decimal): -9398786 or 16684400. OLE color: 16684400.

HSL color Cylindrical-coordinate representation of color #7095FE: hue angle of 224.37º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7095FE is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 149 254 -
CMYK 0.56 0.41 0 0.00
HSL 224.37º 0.99% 0.72% -
HSV(B) 224.37º 0.56% 1% -
XYZ 35.32 32.1 98.1 -
YUV 149.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 112 149 254 0.56 0.41 0 0.00 224.37 0.99 0.72
Hex 70 95 FE 38 29 0 0 E0 63 48
Octal 160 225 376 70 51 0 0 340 143 110
Binary 1110000 10010101 11111110 111000 101001 0 0 11100000 1100011 1001000

Color Harmonies of #7095FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7095FE

Black with #7095FE

Text Example


Text Example

White with #7095FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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