Html Css Color HEX #708CFE Cornflower Blue

📋 copy color: '#708CFE'

red 112 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #708CFE

Tints of Cornflower Blue #708CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

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

R = 22.13%
G = 27.67%
B = 50.2%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#708CFE (or 0x708CFE) is known color: Cornflower Blue. HEX triplet: 70, 8C and FE. RGB value is (112,140,254). Sum of RGB (Red+Green+Blue) = 112+140+254=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #708CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CFE is #8F7301. Grayscale: #909090. Windows color (decimal): -9401090 or 16682096. OLE color: 16682096.

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

Color convert

RGB 112 140 254 -
CMYK 0.56 0.45 0 0.00
HSL 228.17º 0.99% 0.72% -
HSV(B) 228.17º 0.56% 1% -
XYZ 33.95 29.36 97.64 -
YUV 144.62 189.72 104.73 -
System Red Green Blue C M Y K H S L
Decimal 112 140 254 0.56 0.45 0 0.00 228.17 0.99 0.72
Hex 70 8C FE 38 2D 0 0 E4 63 48
Octal 160 214 376 70 55 0 0 344 143 110
Binary 1110000 10001100 11111110 111000 101101 0 0 11100100 1100011 1001000

Color Harmonies of #708CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CFE

Black with #708CFE

Text Example


Text Example

White with #708CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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