Html Css Color HEX #7194FC Cornflower Blue

📋 copy color: '#7194FC'

red 113 ◦ green 148 ◦ blue 252

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

Shades of Cornflower Blue #7194FC

Tints of Cornflower Blue #7194FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 22.03%
G = 28.85%
B = 49.12%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7194FC (or 0x7194FC) is known color: Cornflower Blue. HEX triplet: 71, 94 and FC. RGB value is (113,148,252). Sum of RGB (Red+Green+Blue) = 113+148+252=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #7194FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7194FC is #8E6B03. Grayscale: #949494. Windows color (decimal): -9333508 or 16553073. OLE color: 16553073.

HSL color Cylindrical-coordinate representation of color #7194FC: hue angle of 224.89º 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 #7194FC is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 148 252 -
CMYK 0.55 0.41 0 0.01
HSL 224.89º 0.96% 0.72% -
HSV(B) 224.89º 0.55% 0.99% -
XYZ 34.97 31.72 96.37 -
YUV 149.39 185.9 102.04 -
System Red Green Blue C M Y K H S L
Decimal 113 148 252 0.55 0.41 0 0.01 224.89 0.96 0.72
Hex 71 94 FC 37 29 0 1 E1 60 48
Octal 161 224 374 67 51 0 1 341 140 110
Binary 1110001 10010100 11111100 110111 101001 0 1 11100001 1100000 1001000

Color Harmonies of #7194FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7194FC

Black with #7194FC

Text Example


Text Example

White with #7194FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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