Html Css Color HEX #707EDF Cornflower Blue

📋 copy color: '#707EDF'

red 112 ◦ green 126 ◦ blue 223

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

Shades of Cornflower Blue #707EDF

Tints of Cornflower Blue #707EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

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

R = 24.3%
G = 27.33%
B = 48.37%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#707EDF (or 0x707EDF) is known color: Cornflower Blue. HEX triplet: 70, 7E and DF. RGB value is (112,126,223). Sum of RGB (Red+Green+Blue) = 112+126+223=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #707EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EDF is #8F8120. Grayscale: #848484. Windows color (decimal): -9404705 or 14646896. OLE color: 14646896.

HSL color Cylindrical-coordinate representation of color #707EDF: hue angle of 232.43º 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 #707EDF is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 126 223 -
CMYK 0.50 0.43 0 0.13
HSL 232.43º 0.63% 0.66% -
HSV(B) 232.43º 0.5% 0.87% -
XYZ 27.46 23.69 72.94 -
YUV 132.87 178.86 113.11 -
System Red Green Blue C M Y K H S L
Decimal 112 126 223 0.50 0.43 0 0.13 232.43 0.63 0.66
Hex 70 7E DF 32 2B 0 D E8 3F 42
Octal 160 176 337 62 53 0 15 350 77 102
Binary 1110000 1111110 11011111 110010 101011 0 1101 11101000 111111 1000010

Color Harmonies of #707EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EDF

Black with #707EDF

Text Example


Text Example

White with #707EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707EDF; }

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

 H1.HeaderClassName
 {
   color: #707EDF;
 }
 .AnyTagClassName
 {
   color: #707EDF;
 }
</style>

background-color css

<style>
 a { background-color: #707EDF; }

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

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

border-color css

<style>
 span { border-color: #707EDF; }

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

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