Html Css Color HEX #707FEF Cornflower Blue

📋 copy color: '#707FEF'

red 112 ◦ green 127 ◦ blue 239

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

Shades of Cornflower Blue #707FEF

Tints of Cornflower Blue #707FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 23.43%
G = 26.57%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#707FEF (or 0x707FEF) is known color: Cornflower Blue. HEX triplet: 70, 7F and EF. RGB value is (112,127,239). Sum of RGB (Red+Green+Blue) = 112+127+239=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #707FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FEF is #8F8010. Grayscale: #868686. Windows color (decimal): -9404433 or 15695728. OLE color: 15695728.

HSL color Cylindrical-coordinate representation of color #707FEF: hue angle of 232.91º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707FEF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 127 239 -
CMYK 0.53 0.47 0 0.06
HSL 232.91º 0.8% 0.69% -
HSV(B) 232.91º 0.53% 0.94% -
XYZ 29.85 24.86 84.89 -
YUV 135.28 186.53 111.39 -
System Red Green Blue C M Y K H S L
Decimal 112 127 239 0.53 0.47 0 0.06 232.91 0.8 0.69
Hex 70 7F EF 35 2F 0 6 E9 50 45
Octal 160 177 357 65 57 0 6 351 120 105
Binary 1110000 1111111 11101111 110101 101111 0 110 11101001 1010000 1000101

Color Harmonies of #707FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FEF

Black with #707FEF

Text Example


Text Example

White with #707FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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