Html Css Color HEX #708BEB Cornflower Blue

📋 copy color: '#708BEB'

red 112 ◦ green 139 ◦ blue 235

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

Shades of Cornflower Blue #708BEB

Tints of Cornflower Blue #708BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 23.05%
G = 28.6%
B = 48.35%

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

#708BEB (or 0x708BEB) is known color: Cornflower Blue. HEX triplet: 70, 8B and EB. RGB value is (112,139,235). Sum of RGB (Red+Green+Blue) = 112+139+235=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #708BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BEB is #8F7414. Grayscale: #8D8D8D. Windows color (decimal): -9401365 or 15436656. OLE color: 15436656.

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

Color convert

RGB 112 139 235 -
CMYK 0.52 0.41 0 0.08
HSL 226.83º 0.75% 0.68% -
HSV(B) 226.83º 0.52% 0.92% -
XYZ 30.91 27.91 82.35 -
YUV 141.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 112 139 235 0.52 0.41 0 0.08 226.83 0.75 0.68
Hex 70 8B EB 34 29 0 8 E3 4B 44
Octal 160 213 353 64 51 0 10 343 113 104
Binary 1110000 10001011 11101011 110100 101001 0 1000 11100011 1001011 1000100

Color Harmonies of #708BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BEB

Black with #708BEB

Text Example


Text Example

White with #708BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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