Html Css Color HEX #707EE8 Cornflower Blue

📋 copy color: '#707EE8'

red 112 ◦ green 126 ◦ blue 232

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

Shades of Cornflower Blue #707EE8

Tints of Cornflower Blue #707EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.36%

R = 23.83%
G = 26.81%
B = 49.36%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#707EE8 (or 0x707EE8) is known color: Cornflower Blue. HEX triplet: 70, 7E and E8. RGB value is (112,126,232). Sum of RGB (Red+Green+Blue) = 112+126+232=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #707EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EE8 is #8F8117. Grayscale: #858585. Windows color (decimal): -9404696 or 15236720. OLE color: 15236720.

HSL color Cylindrical-coordinate representation of color #707EE8: hue angle of 233º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #707EE8 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 126 232 -
CMYK 0.52 0.46 0 0.09
HSL 233º 0.72% 0.67% -
HSV(B) 233º 0.52% 0.91% -
XYZ 28.71 24.19 79.5 -
YUV 133.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 112 126 232 0.52 0.46 0 0.09 233 0.72 0.67
Hex 70 7E E8 34 2E 0 9 E9 48 43
Octal 160 176 350 64 56 0 11 351 110 103
Binary 1110000 1111110 11101000 110100 101110 0 1001 11101001 1001000 1000011

Color Harmonies of #707EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EE8

Black with #707EE8

Text Example


Text Example

White with #707EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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