Html Css Color HEX #717FDC Cornflower Blue

📋 copy color: '#717FDC'

red 113 ◦ green 127 ◦ blue 220

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

Shades of Cornflower Blue #717FDC

Tints of Cornflower Blue #717FDC

RGB

 RED value IS 113 (44.53% from 255) = 24.57%

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

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

R = 24.57%
G = 27.61%
B = 47.83%

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

#717FDC (or 0x717FDC) is known color: Cornflower Blue. HEX triplet: 71, 7F and DC. RGB value is (113,127,220). Sum of RGB (Red+Green+Blue) = 113+127+220=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #717FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FDC is #8E8023. Grayscale: #858585. Windows color (decimal): -9338916 or 14450545. OLE color: 14450545.

HSL color Cylindrical-coordinate representation of color #717FDC: hue angle of 232.15º degrees, saturation: 0.6, 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 #717FDC is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 127 220 -
CMYK 0.49 0.42 0 0.14
HSL 232.15º 0.6% 0.65% -
HSV(B) 232.15º 0.49% 0.86% -
XYZ 27.32 23.86 70.88 -
YUV 133.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 113 127 220 0.49 0.42 0 0.14 232.15 0.6 0.65
Hex 71 7F DC 31 2A 0 E E8 3C 41
Octal 161 177 334 61 52 0 16 350 74 101
Binary 1110001 1111111 11011100 110001 101010 0 1110 11101000 111100 1000001

Color Harmonies of #717FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717FDC

Black with #717FDC

Text Example


Text Example

White with #717FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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