Html Css Color HEX #4DAAFF Cornflower Blue

📋 copy color: '#4DAAFF'

red 77 ◦ green 170 ◦ blue 255

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

Shades of Cornflower Blue #4DAAFF

Tints of Cornflower Blue #4DAAFF

RGB

 RED value IS 77 (30.47% from 255) = 15.34%

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

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

R = 15.34%
G = 33.86%
B = 50.8%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DAAFF (or 0x4DAAFF) is known color: Cornflower Blue. HEX triplet: 4D, AA and FF. RGB value is (77,170,255). Sum of RGB (Red+Green+Blue) = 77+170+255=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAAFF is #B25500. Grayscale: #979797. Windows color (decimal): -11687169 or 16755277. OLE color: 16755277.

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

Color convert

RGB 77 170 255 -
CMYK 0.70 0.33 0 0
HSL 208.65º 1% 0.65% -
HSV(B) 208.65º 0.7% 1% -
XYZ 35.49 37.55 99.98 -
YUV 151.88 186.19 74.59 -
System Red Green Blue C M Y K H S L
Decimal 77 170 255 0.70 0.33 0 0 208.65 1 0.65
Hex 4D AA FF 46 21 0 0 D1 64 41
Octal 115 252 377 106 41 0 0 321 144 101
Binary 1001101 10101010 11111111 1000110 100001 0 0 11010001 1100100 1000001

Color Harmonies of #4DAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAAFF

Black with #4DAAFF

Text Example


Text Example

White with #4DAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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