Html Css Color HEX #4F8CDC Cornflower Blue

📋 copy color: '#4F8CDC'

red 79 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #4F8CDC

Tints of Cornflower Blue #4F8CDC

RGB

 RED value IS 79 (31.25% from 255) = 18%

 GREEN value IS 140 (55.08% from 255) = 31.89%

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

R = 18%
G = 31.89%
B = 50.11%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F8CDC (or 0x4F8CDC) is known color: Cornflower Blue. HEX triplet: 4F, 8C and DC. RGB value is (79,140,220). Sum of RGB (Red+Green+Blue) = 79+140+220=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8CDC is #B07323. Grayscale: #828282. Windows color (decimal): -11563812 or 14453839. OLE color: 14453839.

HSL color Cylindrical-coordinate representation of color #4F8CDC: hue angle of 214.04º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F8CDC is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 140 220 -
CMYK 0.64 0.36 0 0.14
HSL 214.04º 0.67% 0.59% -
HSV(B) 214.04º 0.64% 0.86% -
XYZ 25.52 25.59 71.3 -
YUV 130.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 79 140 220 0.64 0.36 0 0.14 214.04 0.67 0.59
Hex 4F 8C DC 40 24 0 E D6 43 3B
Octal 117 214 334 100 44 0 16 326 103 73
Binary 1001111 10001100 11011100 1000000 100100 0 1110 11010110 1000011 111011

Color Harmonies of #4F8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8CDC

Black with #4F8CDC

Text Example


Text Example

White with #4F8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F8CDC; }

 p { color: rgb(79,140,220); }

 H1.HeaderClassName
 {
   color: #4F8CDC;
 }
 .AnyTagClassName
 {
   color: #4F8CDC;
 }
</style>

background-color css

<style>
 a { background-color: #4F8CDC; }

 a { background-color: rgb(79,140,220); }

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

border-color css

<style>
 span { border-color: #4F8CDC; }

 span { border-color: rgb(79,140,220); }

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