Html Css Color HEX #708BEF Cornflower Blue

📋 copy color: '#708BEF'

red 112 ◦ green 139 ◦ blue 239

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

Shades of Cornflower Blue #708BEF

Tints of Cornflower Blue #708BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 22.86%
G = 28.37%
B = 48.78%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#708BEF (or 0x708BEF) is known color: Cornflower Blue. HEX triplet: 70, 8B and EF. RGB value is (112,139,239). Sum of RGB (Red+Green+Blue) = 112+139+239=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #708BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BEF is #8F7410. Grayscale: #8D8D8D. Windows color (decimal): -9401361 or 15698800. OLE color: 15698800.

HSL color Cylindrical-coordinate representation of color #708BEF: hue angle of 227.24º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708BEF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 139 239 -
CMYK 0.53 0.42 0 0.06
HSL 227.24º 0.8% 0.69% -
HSV(B) 227.24º 0.53% 0.94% -
XYZ 31.49 28.14 85.43 -
YUV 142.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 112 139 239 0.53 0.42 0 0.06 227.24 0.8 0.69
Hex 70 8B EF 35 2A 0 6 E3 50 45
Octal 160 213 357 65 52 0 6 343 120 105
Binary 1110000 10001011 11101111 110101 101010 0 110 11100011 1010000 1000101

Color Harmonies of #708BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BEF

Black with #708BEF

Text Example


Text Example

White with #708BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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