Html Css Color HEX #7082F8 Cornflower Blue

📋 copy color: '#7082F8'

red 112 ◦ green 130 ◦ blue 248

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

Shades of Cornflower Blue #7082F8

Tints of Cornflower Blue #7082F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.61%

R = 22.86%
G = 26.53%
B = 50.61%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7082F8 (or 0x7082F8) is known color: Cornflower Blue. HEX triplet: 70, 82 and F8. RGB value is (112,130,248). Sum of RGB (Red+Green+Blue) = 112+130+248=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #7082F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7082F8 is #8F7D07. Grayscale: #898989. Windows color (decimal): -9403656 or 16286320. OLE color: 16286320.

HSL color Cylindrical-coordinate representation of color #7082F8: hue angle of 232.06º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7082F8 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 130 248 -
CMYK 0.55 0.48 0 0.03
HSL 232.06º 0.91% 0.71% -
HSV(B) 232.06º 0.55% 0.97% -
XYZ 31.61 26.19 92.2 -
YUV 138.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 112 130 248 0.55 0.48 0 0.03 232.06 0.91 0.71
Hex 70 82 F8 37 30 0 3 E8 5B 47
Octal 160 202 370 67 60 0 3 350 133 107
Binary 1110000 10000010 11111000 110111 110000 0 11 11101000 1011011 1000111

Color Harmonies of #7082F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082F8

Black with #7082F8

Text Example


Text Example

White with #7082F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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