Html Css Color HEX #4F8CFE Cornflower Blue

📋 copy color: '#4F8CFE'

red 79 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #4F8CFE

Tints of Cornflower Blue #4F8CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 16.7%
G = 29.6%
B = 53.7%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F8CFE (or 0x4F8CFE) is known color: Cornflower Blue. HEX triplet: 4F, 8C and FE. RGB value is (79,140,254). Sum of RGB (Red+Green+Blue) = 79+140+254=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F8CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8CFE is #B07301. Grayscale: #868686. Windows color (decimal): -11563778 or 16682063. OLE color: 16682063.

HSL color Cylindrical-coordinate representation of color #4F8CFE: hue angle of 219.09º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F8CFE is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 79 140 254 -
CMYK 0.69 0.45 0 0.00
HSL 219.09º 0.99% 0.65% -
HSV(B) 219.09º 0.69% 1% -
XYZ 30.49 27.57 97.48 -
YUV 134.76 195.29 88.23 -
System Red Green Blue C M Y K H S L
Decimal 79 140 254 0.69 0.45 0 0.00 219.09 0.99 0.65
Hex 4F 8C FE 45 2D 0 0 DB 63 41
Octal 117 214 376 105 55 0 0 333 143 101
Binary 1001111 10001100 11111110 1000101 101101 0 0 11011011 1100011 1000001

Color Harmonies of #4F8CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8CFE

Black with #4F8CFE

Text Example


Text Example

White with #4F8CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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