Html Css Color HEX #7192FC Cornflower Blue

📋 copy color: '#7192FC'

red 113 ◦ green 146 ◦ blue 252

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

Shades of Cornflower Blue #7192FC

Tints of Cornflower Blue #7192FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 22.11%
G = 28.57%
B = 49.32%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7192FC (or 0x7192FC) is known color: Cornflower Blue. HEX triplet: 71, 92 and FC. RGB value is (113,146,252). Sum of RGB (Red+Green+Blue) = 113+146+252=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #7192FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7192FC is #8E6D03. Grayscale: #939393. Windows color (decimal): -9334020 or 16552561. OLE color: 16552561.

HSL color Cylindrical-coordinate representation of color #7192FC: hue angle of 225.76º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7192FC is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 146 252 -
CMYK 0.55 0.42 0 0.01
HSL 225.76º 0.96% 0.72% -
HSV(B) 225.76º 0.55% 0.99% -
XYZ 34.66 31.1 96.27 -
YUV 148.22 186.57 102.88 -
System Red Green Blue C M Y K H S L
Decimal 113 146 252 0.55 0.42 0 0.01 225.76 0.96 0.72
Hex 71 92 FC 37 2A 0 1 E2 60 48
Octal 161 222 374 67 52 0 1 342 140 110
Binary 1110001 10010010 11111100 110111 101010 0 1 11100010 1100000 1001000

Color Harmonies of #7192FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7192FC

Black with #7192FC

Text Example


Text Example

White with #7192FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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