Html Css Color HEX #7082FB Cornflower Blue

📋 copy color: '#7082FB'

red 112 ◦ green 130 ◦ blue 251

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

Shades of Cornflower Blue #7082FB

Tints of Cornflower Blue #7082FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 22.72%
G = 26.37%
B = 50.91%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7082FB (or 0x7082FB) is known color: Cornflower Blue. HEX triplet: 70, 82 and FB. RGB value is (112,130,251). Sum of RGB (Red+Green+Blue) = 112+130+251=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #7082FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7082FB is #8F7D04. Grayscale: #898989. Windows color (decimal): -9403653 or 16482928. OLE color: 16482928.

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

Color convert

RGB 112 130 251 -
CMYK 0.55 0.48 0 0.02
HSL 232.23º 0.95% 0.71% -
HSV(B) 232.23º 0.55% 0.98% -
XYZ 32.08 26.38 94.67 -
YUV 138.41 191.54 109.16 -
System Red Green Blue C M Y K H S L
Decimal 112 130 251 0.55 0.48 0 0.02 232.23 0.95 0.71
Hex 70 82 FB 37 30 0 2 E8 5F 47
Octal 160 202 373 67 60 0 2 350 137 107
Binary 1110000 10000010 11111011 110111 110000 0 10 11101000 1011111 1000111

Color Harmonies of #7082FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082FB

Black with #7082FB

Text Example


Text Example

White with #7082FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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