Html Css Color HEX #7192FE Cornflower Blue

📋 copy color: '#7192FE'

red 113 ◦ green 146 ◦ blue 254

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

Shades of Cornflower Blue #7192FE

Tints of Cornflower Blue #7192FE

RGB

 RED value IS 113 (44.53% from 255) = 22.03%

 GREEN value IS 146 (57.42% from 255) = 28.46%

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

R = 22.03%
G = 28.46%
B = 49.51%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7192FE (or 0x7192FE) is known color: Cornflower Blue. HEX triplet: 71, 92 and FE. RGB value is (113,146,254). Sum of RGB (Red+Green+Blue) = 113+146+254=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #7192FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7192FE is #8E6D01. Grayscale: #939393. Windows color (decimal): -9334018 or 16683633. OLE color: 16683633.

HSL color Cylindrical-coordinate representation of color #7192FE: hue angle of 225.96º 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 #7192FE is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 146 254 -
CMYK 0.56 0.43 0 0.00
HSL 225.96º 0.99% 0.72% -
HSV(B) 225.96º 0.56% 1% -
XYZ 34.98 31.22 97.95 -
YUV 148.45 187.57 102.72 -
System Red Green Blue C M Y K H S L
Decimal 113 146 254 0.56 0.43 0 0.00 225.96 0.99 0.72
Hex 71 92 FE 38 2B 0 0 E2 63 48
Octal 161 222 376 70 53 0 0 342 143 110
Binary 1110001 10010010 11111110 111000 101011 0 0 11100010 1100011 1001000

Color Harmonies of #7192FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7192FE

Black with #7192FE

Text Example


Text Example

White with #7192FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,146,254); }

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

background-color css

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

 a { background-color: rgb(113,146,254); }

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

border-color css

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

 span { border-color: rgb(113,146,254); }

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