Html Css Color HEX #7083DF Cornflower Blue

📋 copy color: '#7083DF'

red 112 ◦ green 131 ◦ blue 223

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

Shades of Cornflower Blue #7083DF

Tints of Cornflower Blue #7083DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 24.03%
G = 28.11%
B = 47.85%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7083DF (or 0x7083DF) is known color: Cornflower Blue. HEX triplet: 70, 83 and DF. RGB value is (112,131,223). Sum of RGB (Red+Green+Blue) = 112+131+223=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #7083DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083DF is #8F7C20. Grayscale: #878787. Windows color (decimal): -9403425 or 14648176. OLE color: 14648176.

HSL color Cylindrical-coordinate representation of color #7083DF: hue angle of 229.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7083DF is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 131 223 -
CMYK 0.50 0.41 0 0.13
HSL 229.73º 0.63% 0.66% -
HSV(B) 229.73º 0.5% 0.87% -
XYZ 28.12 25.01 73.16 -
YUV 135.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 112 131 223 0.50 0.41 0 0.13 229.73 0.63 0.66
Hex 70 83 DF 32 29 0 D E6 3F 42
Octal 160 203 337 62 51 0 15 346 77 102
Binary 1110000 10000011 11011111 110010 101001 0 1101 11100110 111111 1000010

Color Harmonies of #7083DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083DF

Black with #7083DF

Text Example


Text Example

White with #7083DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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