Html Css Color HEX #499BFB Cornflower Blue

📋 copy color: '#499BFB'

red 73 ◦ green 155 ◦ blue 251

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

Shades of Cornflower Blue #499BFB

Tints of Cornflower Blue #499BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 15.24%
G = 32.36%
B = 52.4%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#499BFB (or 0x499BFB) is known color: Cornflower Blue. HEX triplet: 49, 9B and FB. RGB value is (73,155,251). Sum of RGB (Red+Green+Blue) = 73+155+251=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #499BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BFB is #B66404. Grayscale: #8C8C8C. Windows color (decimal): -11953157 or 16489289. OLE color: 16489289.

HSL color Cylindrical-coordinate representation of color #499BFB: hue angle of 212.36º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499BFB is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 155 251 -
CMYK 0.71 0.38 0 0.02
HSL 212.36º 0.96% 0.64% -
HSV(B) 212.36º 0.71% 0.98% -
XYZ 31.88 31.82 95.73 -
YUV 141.43 189.83 79.19 -
System Red Green Blue C M Y K H S L
Decimal 73 155 251 0.71 0.38 0 0.02 212.36 0.96 0.64
Hex 49 9B FB 47 26 0 2 D4 60 40
Octal 111 233 373 107 46 0 2 324 140 100
Binary 1001001 10011011 11111011 1000111 100110 0 10 11010100 1100000 1000000

Color Harmonies of #499BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BFB

Black with #499BFB

Text Example


Text Example

White with #499BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,155,251); }

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

background-color css

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

 a { background-color: rgb(73,155,251); }

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

border-color css

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

 span { border-color: rgb(73,155,251); }

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