Html Css Color HEX #7198DD Cornflower Blue

📋 copy color: '#7198DD'

red 113 ◦ green 152 ◦ blue 221

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

Shades of Cornflower Blue #7198DD

Tints of Cornflower Blue #7198DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 23.25%
G = 31.28%
B = 45.47%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7198DD (or 0x7198DD) is known color: Cornflower Blue. HEX triplet: 71, 98 and DD. RGB value is (113,152,221). Sum of RGB (Red+Green+Blue) = 113+152+221=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #7198DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7198DD is #8E6722. Grayscale: #939393. Windows color (decimal): -9332515 or 14522481. OLE color: 14522481.

HSL color Cylindrical-coordinate representation of color #7198DD: hue angle of 218.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7198DD is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 152 221 -
CMYK 0.49 0.31 0 0.13
HSL 218.33º 0.61% 0.65% -
HSV(B) 218.33º 0.49% 0.87% -
XYZ 31.09 31.19 72.79 -
YUV 148.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 113 152 221 0.49 0.31 0 0.13 218.33 0.61 0.65
Hex 71 98 DD 31 1F 0 D DA 3D 41
Octal 161 230 335 61 37 0 15 332 75 101
Binary 1110001 10011000 11011101 110001 11111 0 1101 11011010 111101 1000001

Color Harmonies of #7198DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7198DD

Black with #7198DD

Text Example


Text Example

White with #7198DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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