Html Css Color HEX #4DAAFA Cornflower Blue

📋 copy color: '#4DAAFA'

red 77 ◦ green 170 ◦ blue 250

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

Shades of Cornflower Blue #4DAAFA

Tints of Cornflower Blue #4DAAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 15.49%
G = 34.21%
B = 50.3%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DAAFA (or 0x4DAAFA) is known color: Cornflower Blue. HEX triplet: 4D, AA and FA. RGB value is (77,170,250). Sum of RGB (Red+Green+Blue) = 77+170+250=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DAAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAAFA is #B25505. Grayscale: #969696. Windows color (decimal): -11687174 or 16427597. OLE color: 16427597.

HSL color Cylindrical-coordinate representation of color #4DAAFA: hue angle of 207.75º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DAAFA is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 170 250 -
CMYK 0.69 0.32 0 0.02
HSL 207.75º 0.95% 0.64% -
HSV(B) 207.75º 0.69% 0.98% -
XYZ 34.69 37.23 95.8 -
YUV 151.31 183.69 75 -
System Red Green Blue C M Y K H S L
Decimal 77 170 250 0.69 0.32 0 0.02 207.75 0.95 0.64
Hex 4D AA FA 45 20 0 2 D0 5F 40
Octal 115 252 372 105 40 0 2 320 137 100
Binary 1001101 10101010 11111010 1000101 100000 0 10 11010000 1011111 1000000

Color Harmonies of #4DAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAAFA

Black with #4DAAFA

Text Example


Text Example

White with #4DAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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