Html Css Color HEX #708BDF Cornflower Blue

📋 copy color: '#708BDF'

red 112 ◦ green 139 ◦ blue 223

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

Shades of Cornflower Blue #708BDF

Tints of Cornflower Blue #708BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 23.63%
G = 29.32%
B = 47.05%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#708BDF (or 0x708BDF) is known color: Cornflower Blue. HEX triplet: 70, 8B and DF. RGB value is (112,139,223). Sum of RGB (Red+Green+Blue) = 112+139+223=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #708BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BDF is #8F7420. Grayscale: #8C8C8C. Windows color (decimal): -9401377 or 14650224. OLE color: 14650224.

HSL color Cylindrical-coordinate representation of color #708BDF: hue angle of 225.41º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708BDF is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 139 223 -
CMYK 0.50 0.38 0 0.13
HSL 225.41º 0.63% 0.66% -
HSV(B) 225.41º 0.5% 0.87% -
XYZ 29.23 27.24 73.53 -
YUV 140.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 112 139 223 0.50 0.38 0 0.13 225.41 0.63 0.66
Hex 70 8B DF 32 26 0 D E1 3F 42
Octal 160 213 337 62 46 0 15 341 77 102
Binary 1110000 10001011 11011111 110010 100110 0 1101 11100001 111111 1000010

Color Harmonies of #708BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BDF

Black with #708BDF

Text Example


Text Example

White with #708BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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