Html Css Color HEX #49A0FD Cornflower Blue

📋 copy color: '#49A0FD'

red 73 ◦ green 160 ◦ blue 253

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

Shades of Cornflower Blue #49A0FD

Tints of Cornflower Blue #49A0FD

RGB

 RED value IS 73 (28.91% from 255) = 15.02%

 GREEN value IS 160 (62.89% from 255) = 32.92%

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 15.02%
G = 32.92%
B = 52.06%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49A0FD (or 0x49A0FD) is known color: Cornflower Blue. HEX triplet: 49, A0 and FD. RGB value is (73,160,253). Sum of RGB (Red+Green+Blue) = 73+160+253=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #49A0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A0FD is #B65F02. Grayscale: #909090. Windows color (decimal): -11951875 or 16621641. OLE color: 16621641.

HSL color Cylindrical-coordinate representation of color #49A0FD: hue angle of 211º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A0FD is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 160 253 -
CMYK 0.71 0.37 0 0.01
HSL 211º 0.98% 0.64% -
HSV(B) 211º 0.71% 0.99% -
XYZ 33.05 33.65 97.68 -
YUV 144.59 189.18 76.94 -
System Red Green Blue C M Y K H S L
Decimal 73 160 253 0.71 0.37 0 0.01 211 0.98 0.64
Hex 49 A0 FD 47 25 0 1 D3 62 40
Octal 111 240 375 107 45 0 1 323 142 100
Binary 1001001 10100000 11111101 1000111 100101 0 1 11010011 1100010 1000000

Color Harmonies of #49A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A0FD

Black with #49A0FD

Text Example


Text Example

White with #49A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A0FD; }

 p { color: rgb(73,160,253); }

 H1.HeaderClassName
 {
   color: #49A0FD;
 }
 .AnyTagClassName
 {
   color: #49A0FD;
 }
</style>

background-color css

<style>
 a { background-color: #49A0FD; }

 a { background-color: rgb(73,160,253); }

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

border-color css

<style>
 span { border-color: #49A0FD; }

 span { border-color: rgb(73,160,253); }

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