Html Css Color HEX #7098FE Cornflower Blue

📋 copy color: '#7098FE'

red 112 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #7098FE

Tints of Cornflower Blue #7098FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 21.62%
G = 29.34%
B = 49.03%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7098FE (or 0x7098FE) is known color: Cornflower Blue. HEX triplet: 70, 98 and FE. RGB value is (112,152,254). Sum of RGB (Red+Green+Blue) = 112+152+254=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #7098FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7098FE is #8F6701. Grayscale: #979797. Windows color (decimal): -9398018 or 16685168. OLE color: 16685168.

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

Color convert

RGB 112 152 254 -
CMYK 0.56 0.40 0 0.00
HSL 223.1º 0.99% 0.72% -
HSV(B) 223.1º 0.56% 1% -
XYZ 35.8 33.06 98.26 -
YUV 151.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 112 152 254 0.56 0.40 0 0.00 223.1 0.99 0.72
Hex 70 98 FE 38 28 0 0 DF 63 48
Octal 160 230 376 70 50 0 0 337 143 110
Binary 1110000 10011000 11111110 111000 101000 0 0 11011111 1100011 1001000

Color Harmonies of #7098FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7098FE

Black with #7098FE

Text Example


Text Example

White with #7098FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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