Html Css Color HEX #708EFE Cornflower Blue

📋 copy color: '#708EFE'

red 112 ◦ green 142 ◦ blue 254

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

Shades of Cornflower Blue #708EFE

Tints of Cornflower Blue #708EFE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.95%

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

R = 22.05%
G = 27.95%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#708EFE (or 0x708EFE) is known color: Cornflower Blue. HEX triplet: 70, 8E and FE. RGB value is (112,142,254). Sum of RGB (Red+Green+Blue) = 112+142+254=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #708EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EFE is #8F7101. Grayscale: #919191. Windows color (decimal): -9400578 or 16682608. OLE color: 16682608.

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

Color convert

RGB 112 142 254 -
CMYK 0.56 0.44 0 0.00
HSL 227.32º 0.99% 0.72% -
HSV(B) 227.32º 0.56% 1% -
XYZ 34.24 29.95 97.74 -
YUV 145.8 189.06 103.89 -
System Red Green Blue C M Y K H S L
Decimal 112 142 254 0.56 0.44 0 0.00 227.32 0.99 0.72
Hex 70 8E FE 38 2C 0 0 E3 63 48
Octal 160 216 376 70 54 0 0 343 143 110
Binary 1110000 10001110 11111110 111000 101100 0 0 11100011 1100011 1001000

Color Harmonies of #708EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EFE

Black with #708EFE

Text Example


Text Example

White with #708EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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