Html Css Color HEX #708BF3 Cornflower Blue

📋 copy color: '#708BF3'

red 112 ◦ green 139 ◦ blue 243

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

Shades of Cornflower Blue #708BF3

Tints of Cornflower Blue #708BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 22.67%
G = 28.14%
B = 49.19%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#708BF3 (or 0x708BF3) is known color: Cornflower Blue. HEX triplet: 70, 8B and F3. RGB value is (112,139,243). Sum of RGB (Red+Green+Blue) = 112+139+243=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #708BF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BF3 is #8F740C. Grayscale: #8E8E8E. Windows color (decimal): -9401357 or 15960944. OLE color: 15960944.

HSL color Cylindrical-coordinate representation of color #708BF3: hue angle of 227.63º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #708BF3 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 139 243 -
CMYK 0.54 0.43 0 0.05
HSL 227.63º 0.85% 0.7% -
HSV(B) 227.63º 0.54% 0.95% -
XYZ 32.09 28.38 88.58 -
YUV 142.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 112 139 243 0.54 0.43 0 0.05 227.63 0.85 0.7
Hex 70 8B F3 36 2B 0 5 E4 55 46
Octal 160 213 363 66 53 0 5 344 125 106
Binary 1110000 10001011 11110011 110110 101011 0 101 11100100 1010101 1000110

Color Harmonies of #708BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BF3

Black with #708BF3

Text Example


Text Example

White with #708BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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