Html Css Color HEX #7192FD Cornflower Blue

📋 copy color: '#7192FD'

red 113 ◦ green 146 ◦ blue 253

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

Shades of Cornflower Blue #7192FD

Tints of Cornflower Blue #7192FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 22.07%
G = 28.52%
B = 49.41%

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

#7192FD (or 0x7192FD) is known color: Cornflower Blue. HEX triplet: 71, 92 and FD. RGB value is (113,146,253). Sum of RGB (Red+Green+Blue) = 113+146+253=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #7192FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7192FD is #8E6D02. Grayscale: #939393. Windows color (decimal): -9334019 or 16618097. OLE color: 16618097.

HSL color Cylindrical-coordinate representation of color #7192FD: hue angle of 225.86º degrees, saturation: 0.97, 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 #7192FD is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 146 253 -
CMYK 0.55 0.42 0 0.01
HSL 225.86º 0.97% 0.72% -
HSV(B) 225.86º 0.55% 0.99% -
XYZ 34.82 31.16 97.11 -
YUV 148.33 187.07 102.8 -
System Red Green Blue C M Y K H S L
Decimal 113 146 253 0.55 0.42 0 0.01 225.86 0.97 0.72
Hex 71 92 FD 37 2A 0 1 E2 61 48
Octal 161 222 375 67 52 0 1 342 141 110
Binary 1110001 10010010 11111101 110111 101010 0 1 11100010 1100001 1001000

Color Harmonies of #7192FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7192FD

Black with #7192FD

Text Example


Text Example

White with #7192FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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