Html Css Color HEX #708CFA Cornflower Blue

📋 copy color: '#708CFA'

red 112 ◦ green 140 ◦ blue 250

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

Shades of Cornflower Blue #708CFA

Tints of Cornflower Blue #708CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 22.31%
G = 27.89%
B = 49.8%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#708CFA (or 0x708CFA) is known color: Cornflower Blue. HEX triplet: 70, 8C and FA. RGB value is (112,140,250). Sum of RGB (Red+Green+Blue) = 112+140+250=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #708CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CFA is #8F7305. Grayscale: #8F8F8F. Windows color (decimal): -9401094 or 16419952. OLE color: 16419952.

HSL color Cylindrical-coordinate representation of color #708CFA: hue angle of 227.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708CFA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 140 250 -
CMYK 0.55 0.44 0 0.02
HSL 227.83º 0.93% 0.71% -
HSV(B) 227.83º 0.55% 0.98% -
XYZ 33.32 29.1 94.3 -
YUV 144.17 187.72 105.06 -
System Red Green Blue C M Y K H S L
Decimal 112 140 250 0.55 0.44 0 0.02 227.83 0.93 0.71
Hex 70 8C FA 37 2C 0 2 E4 5D 47
Octal 160 214 372 67 54 0 2 344 135 107
Binary 1110000 10001100 11111010 110111 101100 0 10 11100100 1011101 1000111

Color Harmonies of #708CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CFA

Black with #708CFA

Text Example


Text Example

White with #708CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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