Html Css Color HEX #707FDC Cornflower Blue

📋 copy color: '#707FDC'

red 112 ◦ green 127 ◦ blue 220

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

Shades of Cornflower Blue #707FDC

Tints of Cornflower Blue #707FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 24.4%
G = 27.67%
B = 47.93%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#707FDC (or 0x707FDC) is known color: Cornflower Blue. HEX triplet: 70, 7F and DC. RGB value is (112,127,220). Sum of RGB (Red+Green+Blue) = 112+127+220=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #707FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FDC is #8F8023. Grayscale: #848484. Windows color (decimal): -9404452 or 14450544. OLE color: 14450544.

HSL color Cylindrical-coordinate representation of color #707FDC: hue angle of 231.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707FDC is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 127 220 -
CMYK 0.49 0.42 0 0.14
HSL 231.67º 0.61% 0.65% -
HSV(B) 231.67º 0.49% 0.86% -
XYZ 27.19 23.79 70.87 -
YUV 133.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 112 127 220 0.49 0.42 0 0.14 231.67 0.61 0.65
Hex 70 7F DC 31 2A 0 E E8 3D 41
Octal 160 177 334 61 52 0 16 350 75 101
Binary 1110000 1111111 11011100 110001 101010 0 1110 11101000 111101 1000001

Color Harmonies of #707FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FDC

Black with #707FDC

Text Example


Text Example

White with #707FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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