Html Css Color HEX #7082FE Cornflower Blue

📋 copy color: '#7082FE'

red 112 ◦ green 130 ◦ blue 254

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

Shades of Cornflower Blue #7082FE

Tints of Cornflower Blue #7082FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 22.58%
G = 26.21%
B = 51.21%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7082FE (or 0x7082FE) is known color: Cornflower Blue. HEX triplet: 70, 82 and FE. RGB value is (112,130,254). Sum of RGB (Red+Green+Blue) = 112+130+254=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #7082FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7082FE is #8F7D01. Grayscale: #8A8A8A. Windows color (decimal): -9403650 or 16679536. OLE color: 16679536.

HSL color Cylindrical-coordinate representation of color #7082FE: hue angle of 232.39º 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 #7082FE is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 130 254 -
CMYK 0.56 0.49 0 0.00
HSL 232.39º 0.99% 0.72% -
HSV(B) 232.39º 0.56% 1% -
XYZ 32.55 26.57 97.18 -
YUV 138.75 193.04 108.92 -
System Red Green Blue C M Y K H S L
Decimal 112 130 254 0.56 0.49 0 0.00 232.39 0.99 0.72
Hex 70 82 FE 38 31 0 0 E8 63 48
Octal 160 202 376 70 61 0 0 350 143 110
Binary 1110000 10000010 11111110 111000 110001 0 0 11101000 1100011 1001000

Color Harmonies of #7082FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082FE

Black with #7082FE

Text Example


Text Example

White with #7082FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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