Html Css Color HEX #708DFF Cornflower Blue

📋 copy color: '#708DFF'

red 112 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #708DFF

Tints of Cornflower Blue #708DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.76%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 22.05%
G = 27.76%
B = 50.2%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#708DFF (or 0x708DFF) is known color: Cornflower Blue. HEX triplet: 70, 8D and FF. RGB value is (112,141,255). Sum of RGB (Red+Green+Blue) = 112+141+255=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #708DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708DFF is #8F7200. Grayscale: #909090. Windows color (decimal): -9400833 or 16747888. OLE color: 16747888.

HSL color Cylindrical-coordinate representation of color #708DFF: hue angle of 227.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #708DFF is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 141 255 -
CMYK 0.56 0.45 0 0
HSL 227.83º 1% 0.72% -
HSV(B) 227.83º 0.56% 1% -
XYZ 34.26 29.71 98.54 -
YUV 145.33 189.89 104.23 -
System Red Green Blue C M Y K H S L
Decimal 112 141 255 0.56 0.45 0 0 227.83 1 0.72
Hex 70 8D FF 38 2D 0 0 E4 64 48
Octal 160 215 377 70 55 0 0 344 144 110
Binary 1110000 10001101 11111111 111000 101101 0 0 11100100 1100100 1001000

Color Harmonies of #708DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DFF

Black with #708DFF

Text Example


Text Example

White with #708DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,141,255); }

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

background-color css

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

 a { background-color: rgb(112,141,255); }

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

border-color css

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

 span { border-color: rgb(112,141,255); }

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