Html Css Color HEX #7098FF Cornflower Blue

📋 copy color: '#7098FF'

red 112 ◦ green 152 ◦ blue 255

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

Shades of Cornflower Blue #7098FF

Tints of Cornflower Blue #7098FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 21.58%
G = 29.29%
B = 49.13%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7098FF (or 0x7098FF) is known color: Cornflower Blue. HEX triplet: 70, 98 and FF. RGB value is (112,152,255). Sum of RGB (Red+Green+Blue) = 112+152+255=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #7098FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7098FF is #8F6700. Grayscale: #979797. Windows color (decimal): -9398017 or 16750704. OLE color: 16750704.

HSL color Cylindrical-coordinate representation of color #7098FF: hue angle of 223.22º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7098FF is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 152 255 -
CMYK 0.56 0.40 0 0
HSL 223.22º 1% 0.72% -
HSV(B) 223.22º 0.56% 1% -
XYZ 35.96 33.12 99.11 -
YUV 151.78 186.25 99.62 -
System Red Green Blue C M Y K H S L
Decimal 112 152 255 0.56 0.40 0 0 223.22 1 0.72
Hex 70 98 FF 38 28 0 0 DF 64 48
Octal 160 230 377 70 50 0 0 337 144 110
Binary 1110000 10011000 11111111 111000 101000 0 0 11011111 1100100 1001000

Color Harmonies of #7098FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7098FF

Black with #7098FF

Text Example


Text Example

White with #7098FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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