Html Css Color HEX #707EE5 Cornflower Blue

📋 copy color: '#707EE5'

red 112 ◦ green 126 ◦ blue 229

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

Shades of Cornflower Blue #707EE5

Tints of Cornflower Blue #707EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 23.98%
G = 26.98%
B = 49.04%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#707EE5 (or 0x707EE5) is known color: Cornflower Blue. HEX triplet: 70, 7E and E5. RGB value is (112,126,229). Sum of RGB (Red+Green+Blue) = 112+126+229=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #707EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EE5 is #8F811A. Grayscale: #858585. Windows color (decimal): -9404699 or 15040112. OLE color: 15040112.

HSL color Cylindrical-coordinate representation of color #707EE5: hue angle of 232.82º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #707EE5 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 126 229 -
CMYK 0.51 0.45 0 0.10
HSL 232.82º 0.69% 0.67% -
HSV(B) 232.82º 0.51% 0.9% -
XYZ 28.29 24.02 77.27 -
YUV 133.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 112 126 229 0.51 0.45 0 0.10 232.82 0.69 0.67
Hex 70 7E E5 33 2D 0 A E9 45 43
Octal 160 176 345 63 55 0 12 351 105 103
Binary 1110000 1111110 11100101 110011 101101 0 1010 11101001 1000101 1000011

Color Harmonies of #707EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EE5

Black with #707EE5

Text Example


Text Example

White with #707EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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