Html Css Color HEX #7098DB Cornflower Blue

📋 copy color: '#7098DB'

red 112 ◦ green 152 ◦ blue 219

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

Shades of Cornflower Blue #7098DB

Tints of Cornflower Blue #7098DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 23.19%
G = 31.47%
B = 45.34%

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

#7098DB (or 0x7098DB) is known color: Cornflower Blue. HEX triplet: 70, 98 and DB. RGB value is (112,152,219). Sum of RGB (Red+Green+Blue) = 112+152+219=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #7098DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7098DB is #8F6724. Grayscale: #939393. Windows color (decimal): -9398053 or 14391408. OLE color: 14391408.

HSL color Cylindrical-coordinate representation of color #7098DB: hue angle of 217.57º degrees, saturation: 0.6, 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 #7098DB is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 152 219 -
CMYK 0.49 0.31 0 0.14
HSL 217.57º 0.6% 0.65% -
HSV(B) 217.57º 0.49% 0.86% -
XYZ 30.7 31.02 71.39 -
YUV 147.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 112 152 219 0.49 0.31 0 0.14 217.57 0.6 0.65
Hex 70 98 DB 31 1F 0 E DA 3C 41
Octal 160 230 333 61 37 0 16 332 74 101
Binary 1110000 10011000 11011011 110001 11111 0 1110 11011010 111100 1000001

Color Harmonies of #7098DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7098DB

Black with #7098DB

Text Example


Text Example

White with #7098DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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