Html Css Color HEX #708CEA Cornflower Blue

📋 copy color: '#708CEA'

red 112 ◦ green 140 ◦ blue 234

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

Shades of Cornflower Blue #708CEA

Tints of Cornflower Blue #708CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 23.05%
G = 28.81%
B = 48.15%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#708CEA (or 0x708CEA) is known color: Cornflower Blue. HEX triplet: 70, 8C and EA. RGB value is (112,140,234). Sum of RGB (Red+Green+Blue) = 112+140+234=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #708CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CEA is #8F7315. Grayscale: #8D8D8D. Windows color (decimal): -9401110 or 15371376. OLE color: 15371376.

HSL color Cylindrical-coordinate representation of color #708CEA: hue angle of 226.23º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #708CEA is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 140 234 -
CMYK 0.52 0.40 0 0.08
HSL 226.23º 0.74% 0.68% -
HSV(B) 226.23º 0.52% 0.92% -
XYZ 30.91 28.14 81.64 -
YUV 142.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 112 140 234 0.52 0.40 0 0.08 226.23 0.74 0.68
Hex 70 8C EA 34 28 0 8 E2 4A 44
Octal 160 214 352 64 50 0 10 342 112 104
Binary 1110000 10001100 11101010 110100 101000 0 1000 11100010 1001010 1000100

Color Harmonies of #708CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CEA

Black with #708CEA

Text Example


Text Example

White with #708CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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