Html Css Color HEX #7083FE Cornflower Blue

📋 copy color: '#7083FE'

red 112 ◦ green 131 ◦ blue 254

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

Shades of Cornflower Blue #7083FE

Tints of Cornflower Blue #7083FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.36%

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

R = 22.54%
G = 26.36%
B = 51.11%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7083FE (or 0x7083FE) is known color: Cornflower Blue. HEX triplet: 70, 83 and FE. RGB value is (112,131,254). Sum of RGB (Red+Green+Blue) = 112+131+254=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #7083FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7083FE is #8F7C01. Grayscale: #8A8A8A. Windows color (decimal): -9403394 or 16679792. OLE color: 16679792.

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

Color convert

RGB 112 131 254 -
CMYK 0.56 0.48 0 0.00
HSL 231.97º 0.99% 0.72% -
HSV(B) 231.97º 0.56% 1% -
XYZ 32.69 26.83 97.22 -
YUV 139.34 192.71 108.5 -
System Red Green Blue C M Y K H S L
Decimal 112 131 254 0.56 0.48 0 0.00 231.97 0.99 0.72
Hex 70 83 FE 38 30 0 0 E8 63 48
Octal 160 203 376 70 60 0 0 350 143 110
Binary 1110000 10000011 11111110 111000 110000 0 0 11101000 1100011 1001000

Color Harmonies of #7083FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083FE

Black with #7083FE

Text Example


Text Example

White with #7083FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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