Html Css Color HEX #707EDE Cornflower Blue

📋 copy color: '#707EDE'

red 112 ◦ green 126 ◦ blue 222

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

Shades of Cornflower Blue #707EDE

Tints of Cornflower Blue #707EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 24.35%
G = 27.39%
B = 48.26%

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

#707EDE (or 0x707EDE) is known color: Cornflower Blue. HEX triplet: 70, 7E and DE. RGB value is (112,126,222). Sum of RGB (Red+Green+Blue) = 112+126+222=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #707EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EDE is #8F8121. Grayscale: #848484. Windows color (decimal): -9404706 or 14581360. OLE color: 14581360.

HSL color Cylindrical-coordinate representation of color #707EDE: hue angle of 232.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707EDE is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 126 222 -
CMYK 0.50 0.43 0 0.13
HSL 232.36º 0.63% 0.65% -
HSV(B) 232.36º 0.5% 0.87% -
XYZ 27.33 23.64 72.23 -
YUV 132.76 178.36 113.19 -
System Red Green Blue C M Y K H S L
Decimal 112 126 222 0.50 0.43 0 0.13 232.36 0.63 0.65
Hex 70 7E DE 32 2B 0 D E8 3E 41
Octal 160 176 336 62 53 0 15 350 76 101
Binary 1110000 1111110 11011110 110010 101011 0 1101 11101000 111110 1000001

Color Harmonies of #707EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EDE

Black with #707EDE

Text Example


Text Example

White with #707EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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