Html Css Color HEX #7098DC Cornflower Blue

📋 copy color: '#7098DC'

red 112 ◦ green 152 ◦ blue 220

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

Shades of Cornflower Blue #7098DC

Tints of Cornflower Blue #7098DC

RGB

 RED value IS 112 (44.14% from 255) = 23.14%

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 23.14%
G = 31.4%
B = 45.45%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7098DC (or 0x7098DC) is known color: Cornflower Blue. HEX triplet: 70, 98 and DC. RGB value is (112,152,220). Sum of RGB (Red+Green+Blue) = 112+152+220=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #7098DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7098DC is #8F6723. Grayscale: #939393. Windows color (decimal): -9398052 or 14456944. OLE color: 14456944.

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

Color convert

RGB 112 152 220 -
CMYK 0.49 0.31 0 0.14
HSL 217.78º 0.61% 0.65% -
HSV(B) 217.78º 0.49% 0.86% -
XYZ 30.83 31.07 72.08 -
YUV 147.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 112 152 220 0.49 0.31 0 0.14 217.78 0.61 0.65
Hex 70 98 DC 31 1F 0 E DA 3D 41
Octal 160 230 334 61 37 0 16 332 75 101
Binary 1110000 10011000 11011100 110001 11111 0 1110 11011010 111101 1000001

Color Harmonies of #7098DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7098DC

Black with #7098DC

Text Example


Text Example

White with #7098DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7098DC; }

 p { color: rgb(112,152,220); }

 H1.HeaderClassName
 {
   color: #7098DC;
 }
 .AnyTagClassName
 {
   color: #7098DC;
 }
</style>

background-color css

<style>
 a { background-color: #7098DC; }

 a { background-color: rgb(112,152,220); }

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

border-color css

<style>
 span { border-color: #7098DC; }

 span { border-color: rgb(112,152,220); }

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