Html Css Color HEX #708BEA Cornflower Blue

📋 copy color: '#708BEA'

red 112 ◦ green 139 ◦ blue 234

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

Shades of Cornflower Blue #708BEA

Tints of Cornflower Blue #708BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.66%

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

R = 23.09%
G = 28.66%
B = 48.25%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#708BEA (or 0x708BEA) is known color: Cornflower Blue. HEX triplet: 70, 8B and EA. RGB value is (112,139,234). Sum of RGB (Red+Green+Blue) = 112+139+234=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #708BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BEA is #8F7415. Grayscale: #8D8D8D. Windows color (decimal): -9401366 or 15371120. OLE color: 15371120.

HSL color Cylindrical-coordinate representation of color #708BEA: hue angle of 226.72º 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 #708BEA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 139 234 -
CMYK 0.52 0.41 0 0.08
HSL 226.72º 0.74% 0.68% -
HSV(B) 226.72º 0.52% 0.92% -
XYZ 30.77 27.85 81.6 -
YUV 141.76 180.05 106.78 -
System Red Green Blue C M Y K H S L
Decimal 112 139 234 0.52 0.41 0 0.08 226.72 0.74 0.68
Hex 70 8B EA 34 29 0 8 E3 4A 44
Octal 160 213 352 64 51 0 10 343 112 104
Binary 1110000 10001011 11101010 110100 101001 0 1000 11100011 1001010 1000100

Color Harmonies of #708BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BEA

Black with #708BEA

Text Example


Text Example

White with #708BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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