Html Css Color HEX #4FAAFF Cornflower Blue

📋 copy color: '#4FAAFF'

red 79 ◦ green 170 ◦ blue 255

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

Shades of Cornflower Blue #4FAAFF

Tints of Cornflower Blue #4FAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.73%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 15.67%
G = 33.73%
B = 50.6%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FAAFF (or 0x4FAAFF) is known color: Cornflower Blue. HEX triplet: 4F, AA and FF. RGB value is (79,170,255). Sum of RGB (Red+Green+Blue) = 79+170+255=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAFF is #B05500. Grayscale: #989898. Windows color (decimal): -11556097 or 16755279. OLE color: 16755279.

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

Color convert

RGB 79 170 255 -
CMYK 0.69 0.33 0 0
HSL 208.98º 1% 0.65% -
HSV(B) 208.98º 0.69% 1% -
XYZ 35.65 37.63 99.99 -
YUV 152.48 185.85 75.59 -
System Red Green Blue C M Y K H S L
Decimal 79 170 255 0.69 0.33 0 0 208.98 1 0.65
Hex 4F AA FF 45 21 0 0 D1 64 41
Octal 117 252 377 105 41 0 0 321 144 101
Binary 1001111 10101010 11111111 1000101 100001 0 0 11010001 1100100 1000001

Color Harmonies of #4FAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAAFF

Black with #4FAAFF

Text Example


Text Example

White with #4FAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,170,255); }

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

background-color css

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

 a { background-color: rgb(79,170,255); }

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

border-color css

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

 span { border-color: rgb(79,170,255); }

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