Html Css Color HEX #707FE5 Cornflower Blue

📋 copy color: '#707FE5'

red 112 ◦ green 127 ◦ blue 229

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

Shades of Cornflower Blue #707FE5

Tints of Cornflower Blue #707FE5

RGB

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

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

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

R = 23.93%
G = 27.14%
B = 48.93%

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

#707FE5 (or 0x707FE5) is known color: Cornflower Blue. HEX triplet: 70, 7F and E5. RGB value is (112,127,229). Sum of RGB (Red+Green+Blue) = 112+127+229=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #707FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FE5 is #8F801A. Grayscale: #858585. Windows color (decimal): -9404443 or 15040368. OLE color: 15040368.

HSL color Cylindrical-coordinate representation of color #707FE5: hue angle of 232.31º 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 #707FE5 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 127 229 -
CMYK 0.51 0.45 0 0.10
HSL 232.31º 0.69% 0.67% -
HSV(B) 232.31º 0.51% 0.9% -
XYZ 28.41 24.28 77.32 -
YUV 134.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 112 127 229 0.51 0.45 0 0.10 232.31 0.69 0.67
Hex 70 7F E5 33 2D 0 A E8 45 43
Octal 160 177 345 63 55 0 12 350 105 103
Binary 1110000 1111111 11100101 110011 101101 0 1010 11101000 1000101 1000011

Color Harmonies of #707FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FE5

Black with #707FE5

Text Example


Text Example

White with #707FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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