Html Css Color HEX #499BEE Cornflower Blue

📋 copy color: '#499BEE'

red 73 ◦ green 155 ◦ blue 238

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

Shades of Cornflower Blue #499BEE

Tints of Cornflower Blue #499BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.07%

R = 15.67%
G = 33.26%
B = 51.07%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#499BEE (or 0x499BEE) is known color: Cornflower Blue. HEX triplet: 49, 9B and EE. RGB value is (73,155,238). Sum of RGB (Red+Green+Blue) = 73+155+238=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #499BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BEE is #B66411. Grayscale: #8B8B8B. Windows color (decimal): -11953170 or 15637321. OLE color: 15637321.

HSL color Cylindrical-coordinate representation of color #499BEE: hue angle of 210.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499BEE is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 155 238 -
CMYK 0.69 0.35 0 0.07
HSL 210.18º 0.83% 0.61% -
HSV(B) 210.18º 0.69% 0.93% -
XYZ 29.9 31.03 85.3 -
YUV 139.94 183.33 80.25 -
System Red Green Blue C M Y K H S L
Decimal 73 155 238 0.69 0.35 0 0.07 210.18 0.83 0.61
Hex 49 9B EE 45 23 0 7 D2 53 3D
Octal 111 233 356 105 43 0 7 322 123 75
Binary 1001001 10011011 11101110 1000101 100011 0 111 11010010 1010011 111101

Color Harmonies of #499BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499BEE

Black with #499BEE

Text Example


Text Example

White with #499BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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