Html Css Color HEX #708AEC Cornflower Blue

📋 copy color: '#708AEC'

red 112 ◦ green 138 ◦ blue 236

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

Shades of Cornflower Blue #708AEC

Tints of Cornflower Blue #708AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.4%

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

R = 23.05%
G = 28.4%
B = 48.56%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#708AEC (or 0x708AEC) is known color: Cornflower Blue. HEX triplet: 70, 8A and EC. RGB value is (112,138,236). Sum of RGB (Red+Green+Blue) = 112+138+236=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #708AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AEC is #8F7513. Grayscale: #8C8C8C. Windows color (decimal): -9401620 or 15501936. OLE color: 15501936.

HSL color Cylindrical-coordinate representation of color #708AEC: hue angle of 227.42º 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 #708AEC is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 138 236 -
CMYK 0.53 0.42 0 0.07
HSL 227.42º 0.77% 0.68% -
HSV(B) 227.42º 0.53% 0.93% -
XYZ 30.91 27.68 83.07 -
YUV 141.4 181.39 107.03 -
System Red Green Blue C M Y K H S L
Decimal 112 138 236 0.53 0.42 0 0.07 227.42 0.77 0.68
Hex 70 8A EC 35 2A 0 7 E3 4D 44
Octal 160 212 354 65 52 0 7 343 115 104
Binary 1110000 10001010 11101100 110101 101010 0 111 11100011 1001101 1000100

Color Harmonies of #708AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AEC

Black with #708AEC

Text Example


Text Example

White with #708AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708AEC; }

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

 H1.HeaderClassName
 {
   color: #708AEC;
 }
 .AnyTagClassName
 {
   color: #708AEC;
 }
</style>

background-color css

<style>
 a { background-color: #708AEC; }

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

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

border-color css

<style>
 span { border-color: #708AEC; }

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

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