Html Css Color HEX #4994FD Cornflower Blue

📋 copy color: '#4994FD'

red 73 ◦ green 148 ◦ blue 253

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

Shades of Cornflower Blue #4994FD

Tints of Cornflower Blue #4994FD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

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

R = 15.4%
G = 31.22%
B = 53.38%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4994FD (or 0x4994FD) is known color: Cornflower Blue. HEX triplet: 49, 94 and FD. RGB value is (73,148,253). Sum of RGB (Red+Green+Blue) = 73+148+253=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #4994FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4994FD is #B66B02. Grayscale: #898989. Windows color (decimal): -11954947 or 16618569. OLE color: 16618569.

HSL color Cylindrical-coordinate representation of color #4994FD: hue angle of 215º 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 #4994FD is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 148 253 -
CMYK 0.71 0.42 0 0.01
HSL 215º 0.98% 0.64% -
HSV(B) 215º 0.71% 0.99% -
XYZ 31.07 29.69 97.02 -
YUV 137.55 193.15 81.96 -
System Red Green Blue C M Y K H S L
Decimal 73 148 253 0.71 0.42 0 0.01 215 0.98 0.64
Hex 49 94 FD 47 2A 0 1 D7 62 40
Octal 111 224 375 107 52 0 1 327 142 100
Binary 1001001 10010100 11111101 1000111 101010 0 1 11010111 1100010 1000000

Color Harmonies of #4994FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994FD

Black with #4994FD

Text Example


Text Example

White with #4994FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4994FD; }

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

 H1.HeaderClassName
 {
   color: #4994FD;
 }
 .AnyTagClassName
 {
   color: #4994FD;
 }
</style>

background-color css

<style>
 a { background-color: #4994FD; }

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

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

border-color css

<style>
 span { border-color: #4994FD; }

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

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