Html Css Color HEX #707FE1 Cornflower Blue

📋 copy color: '#707FE1'

red 112 ◦ green 127 ◦ blue 225

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

Shades of Cornflower Blue #707FE1

Tints of Cornflower Blue #707FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 27.37%

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 24.14%
G = 27.37%
B = 48.49%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#707FE1 (or 0x707FE1) is known color: Cornflower Blue. HEX triplet: 70, 7F and E1. RGB value is (112,127,225). Sum of RGB (Red+Green+Blue) = 112+127+225=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #707FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FE1 is #8F801E. Grayscale: #858585. Windows color (decimal): -9404447 or 14778224. OLE color: 14778224.

HSL color Cylindrical-coordinate representation of color #707FE1: hue angle of 232.04º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707FE1 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 127 225 -
CMYK 0.50 0.44 0 0.12
HSL 232.04º 0.65% 0.66% -
HSV(B) 232.04º 0.5% 0.88% -
XYZ 27.86 24.06 74.41 -
YUV 133.69 179.53 112.53 -
System Red Green Blue C M Y K H S L
Decimal 112 127 225 0.50 0.44 0 0.12 232.04 0.65 0.66
Hex 70 7F E1 32 2C 0 C E8 41 42
Octal 160 177 341 62 54 0 14 350 101 102
Binary 1110000 1111111 11100001 110010 101100 0 1100 11101000 1000001 1000010

Color Harmonies of #707FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FE1

Black with #707FE1

Text Example


Text Example

White with #707FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,127,225); }

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

background-color css

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

 a { background-color: rgb(112,127,225); }

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

border-color css

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

 span { border-color: rgb(112,127,225); }

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