Html Css Color HEX #4DAAFE Cornflower Blue

📋 copy color: '#4DAAFE'

red 77 ◦ green 170 ◦ blue 254

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

Shades of Cornflower Blue #4DAAFE

Tints of Cornflower Blue #4DAAFE

RGB

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

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

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

R = 15.37%
G = 33.93%
B = 50.7%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4DAAFE (or 0x4DAAFE) is known color: Cornflower Blue. HEX triplet: 4D, AA and FE. RGB value is (77,170,254). Sum of RGB (Red+Green+Blue) = 77+170+254=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DAAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAAFE is #B25501. Grayscale: #979797. Windows color (decimal): -11687170 or 16689741. OLE color: 16689741.

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

Color convert

RGB 77 170 254 -
CMYK 0.70 0.33 0 0.00
HSL 208.47º 0.99% 0.65% -
HSV(B) 208.47º 0.7% 1% -
XYZ 35.32 37.48 99.14 -
YUV 151.77 185.69 74.67 -
System Red Green Blue C M Y K H S L
Decimal 77 170 254 0.70 0.33 0 0.00 208.47 0.99 0.65
Hex 4D AA FE 46 21 0 0 D0 63 41
Octal 115 252 376 106 41 0 0 320 143 101
Binary 1001101 10101010 11111110 1000110 100001 0 0 11010000 1100011 1000001

Color Harmonies of #4DAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAAFE

Black with #4DAAFE

Text Example


Text Example

White with #4DAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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