Html Css Color HEX #7198EC Cornflower Blue

📋 copy color: '#7198EC'

red 113 ◦ green 152 ◦ blue 236

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

Shades of Cornflower Blue #7198EC

Tints of Cornflower Blue #7198EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.34%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 22.55%
G = 30.34%
B = 47.11%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7198EC (or 0x7198EC) is known color: Cornflower Blue. HEX triplet: 71, 98 and EC. RGB value is (113,152,236). Sum of RGB (Red+Green+Blue) = 113+152+236=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #7198EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7198EC is #8E6713. Grayscale: #959595. Windows color (decimal): -9332500 or 15505521. OLE color: 15505521.

HSL color Cylindrical-coordinate representation of color #7198EC: hue angle of 220.98º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7198EC is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 152 236 -
CMYK 0.52 0.36 0 0.07
HSL 220.98º 0.76% 0.68% -
HSV(B) 220.98º 0.52% 0.93% -
XYZ 33.18 32.02 83.79 -
YUV 149.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 113 152 236 0.52 0.36 0 0.07 220.98 0.76 0.68
Hex 71 98 EC 34 24 0 7 DD 4C 44
Octal 161 230 354 64 44 0 7 335 114 104
Binary 1110001 10011000 11101100 110100 100100 0 111 11011101 1001100 1000100

Color Harmonies of #7198EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7198EC

Black with #7198EC

Text Example


Text Example

White with #7198EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7198EC; }

 p { color: rgb(113,152,236); }

 H1.HeaderClassName
 {
   color: #7198EC;
 }
 .AnyTagClassName
 {
   color: #7198EC;
 }
</style>

background-color css

<style>
 a { background-color: #7198EC; }

 a { background-color: rgb(113,152,236); }

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

border-color css

<style>
 span { border-color: #7198EC; }

 span { border-color: rgb(113,152,236); }

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