Html Css Color HEX #499EFD Cornflower Blue

📋 copy color: '#499EFD'

red 73 ◦ green 158 ◦ blue 253

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

Shades of Cornflower Blue #499EFD

Tints of Cornflower Blue #499EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.64%

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

R = 15.08%
G = 32.64%
B = 52.27%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#499EFD (or 0x499EFD) is known color: Cornflower Blue. HEX triplet: 49, 9E and FD. RGB value is (73,158,253). Sum of RGB (Red+Green+Blue) = 73+158+253=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #499EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EFD is #B66102. Grayscale: #8E8E8E. Windows color (decimal): -11952387 or 16621129. OLE color: 16621129.

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

Color convert

RGB 73 158 253 -
CMYK 0.71 0.38 0 0.01
HSL 211.67º 0.98% 0.64% -
HSV(B) 211.67º 0.71% 0.99% -
XYZ 32.7 32.96 97.57 -
YUV 143.42 189.84 77.78 -
System Red Green Blue C M Y K H S L
Decimal 73 158 253 0.71 0.38 0 0.01 211.67 0.98 0.64
Hex 49 9E FD 47 26 0 1 D4 62 40
Octal 111 236 375 107 46 0 1 324 142 100
Binary 1001001 10011110 11111101 1000111 100110 0 1 11010100 1100010 1000000

Color Harmonies of #499EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EFD

Black with #499EFD

Text Example


Text Example

White with #499EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499EFD; }

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

 H1.HeaderClassName
 {
   color: #499EFD;
 }
 .AnyTagClassName
 {
   color: #499EFD;
 }
</style>

background-color css

<style>
 a { background-color: #499EFD; }

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

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

border-color css

<style>
 span { border-color: #499EFD; }

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

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