Html Css Color HEX #7083EC Cornflower Blue

📋 copy color: '#7083EC'

red 112 ◦ green 131 ◦ blue 236

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

Shades of Cornflower Blue #7083EC

Tints of Cornflower Blue #7083EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 23.38%
G = 27.35%
B = 49.27%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7083EC (or 0x7083EC) is known color: Cornflower Blue. HEX triplet: 70, 83 and EC. RGB value is (112,131,236). Sum of RGB (Red+Green+Blue) = 112+131+236=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #7083EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7083EC is #8F7C13. Grayscale: #888888. Windows color (decimal): -9403412 or 15500144. OLE color: 15500144.

HSL color Cylindrical-coordinate representation of color #7083EC: hue angle of 230.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7083EC is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 131 236 -
CMYK 0.53 0.44 0 0.07
HSL 230.81º 0.77% 0.68% -
HSV(B) 230.81º 0.53% 0.93% -
XYZ 29.94 25.73 82.75 -
YUV 137.29 183.71 109.96 -
System Red Green Blue C M Y K H S L
Decimal 112 131 236 0.53 0.44 0 0.07 230.81 0.77 0.68
Hex 70 83 EC 35 2C 0 7 E7 4D 44
Octal 160 203 354 65 54 0 7 347 115 104
Binary 1110000 10000011 11101100 110101 101100 0 111 11100111 1001101 1000100

Color Harmonies of #7083EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083EC

Black with #7083EC

Text Example


Text Example

White with #7083EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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