Html Css Color HEX #7084E8 Cornflower Blue

📋 copy color: '#7084E8'

red 112 ◦ green 132 ◦ blue 232

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

Shades of Cornflower Blue #7084E8

Tints of Cornflower Blue #7084E8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.73%

 BLUE value IS 232 (91.02% from 255) = 48.74%

R = 23.53%
G = 27.73%
B = 48.74%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7084E8 (or 0x7084E8) is known color: Cornflower Blue. HEX triplet: 70, 84 and E8. RGB value is (112,132,232). Sum of RGB (Red+Green+Blue) = 112+132+232=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #7084E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7084E8 is #8F7B17. Grayscale: #898989. Windows color (decimal): -9403160 or 15238256. OLE color: 15238256.

HSL color Cylindrical-coordinate representation of color #7084E8: hue angle of 230º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7084E8 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 132 232 -
CMYK 0.52 0.43 0 0.09
HSL 230º 0.72% 0.67% -
HSV(B) 230º 0.52% 0.91% -
XYZ 29.5 25.77 79.76 -
YUV 137.42 181.37 109.87 -
System Red Green Blue C M Y K H S L
Decimal 112 132 232 0.52 0.43 0 0.09 230 0.72 0.67
Hex 70 84 E8 34 2B 0 9 E6 48 43
Octal 160 204 350 64 53 0 11 346 110 103
Binary 1110000 10000100 11101000 110100 101011 0 1001 11100110 1001000 1000011

Color Harmonies of #7084E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7084E8

Black with #7084E8

Text Example


Text Example

White with #7084E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7084E8; }

 p { color: rgb(112,132,232); }

 H1.HeaderClassName
 {
   color: #7084E8;
 }
 .AnyTagClassName
 {
   color: #7084E8;
 }
</style>

background-color css

<style>
 a { background-color: #7084E8; }

 a { background-color: rgb(112,132,232); }

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

border-color css

<style>
 span { border-color: #7084E8; }

 span { border-color: rgb(112,132,232); }

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