Html Css Color HEX #707FEB Cornflower Blue

📋 copy color: '#707FEB'

red 112 ◦ green 127 ◦ blue 235

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

Shades of Cornflower Blue #707FEB

Tints of Cornflower Blue #707FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 23.63%
G = 26.79%
B = 49.58%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#707FEB (or 0x707FEB) is known color: Cornflower Blue. HEX triplet: 70, 7F and EB. RGB value is (112,127,235). Sum of RGB (Red+Green+Blue) = 112+127+235=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #707FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707FEB is #8F8014. Grayscale: #868686. Windows color (decimal): -9404437 or 15433584. OLE color: 15433584.

HSL color Cylindrical-coordinate representation of color #707FEB: hue angle of 232.68º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #707FEB is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 127 235 -
CMYK 0.52 0.46 0 0.08
HSL 232.68º 0.75% 0.68% -
HSV(B) 232.68º 0.52% 0.92% -
XYZ 29.27 24.62 81.81 -
YUV 134.83 184.53 111.72 -
System Red Green Blue C M Y K H S L
Decimal 112 127 235 0.52 0.46 0 0.08 232.68 0.75 0.68
Hex 70 7F EB 34 2E 0 8 E9 4B 44
Octal 160 177 353 64 56 0 10 351 113 104
Binary 1110000 1111111 11101011 110100 101110 0 1000 11101001 1001011 1000100

Color Harmonies of #707FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FEB

Black with #707FEB

Text Example


Text Example

White with #707FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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