Html Css Color HEX #708AED Cornflower Blue

📋 copy color: '#708AED'

red 112 ◦ green 138 ◦ blue 237

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

Shades of Cornflower Blue #708AED

Tints of Cornflower Blue #708AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 23%
G = 28.34%
B = 48.67%

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

#708AED (or 0x708AED) is known color: Cornflower Blue. HEX triplet: 70, 8A and ED. RGB value is (112,138,237). Sum of RGB (Red+Green+Blue) = 112+138+237=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #708AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AED is #8F7512. Grayscale: #8D8D8D. Windows color (decimal): -9401619 or 15567472. OLE color: 15567472.

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

Color convert

RGB 112 138 237 -
CMYK 0.53 0.42 0 0.07
HSL 227.52º 0.78% 0.68% -
HSV(B) 227.52º 0.53% 0.93% -
XYZ 31.06 27.74 83.84 -
YUV 141.51 181.89 106.95 -
System Red Green Blue C M Y K H S L
Decimal 112 138 237 0.53 0.42 0 0.07 227.52 0.78 0.68
Hex 70 8A ED 35 2A 0 7 E4 4E 44
Octal 160 212 355 65 52 0 7 344 116 104
Binary 1110000 10001010 11101101 110101 101010 0 111 11100100 1001110 1000100

Color Harmonies of #708AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AED

Black with #708AED

Text Example


Text Example

White with #708AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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