Html Css Color HEX #449DFE Cornflower Blue

📋 copy color: '#449DFE'

red 68 ◦ green 157 ◦ blue 254

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

Shades of Cornflower Blue #449DFE

Tints of Cornflower Blue #449DFE

RGB

 RED value IS 68 (26.95% from 255) = 14.2%

 GREEN value IS 157 (61.72% from 255) = 32.78%

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 14.2%
G = 32.78%
B = 53.03%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#449DFE (or 0x449DFE) is known color: Cornflower Blue. HEX triplet: 44, 9D and FE. RGB value is (68,157,254). Sum of RGB (Red+Green+Blue) = 68+157+254=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #449DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449DFE is #BB6201. Grayscale: #8C8C8C. Windows color (decimal): -12280322 or 16686404. OLE color: 16686404.

HSL color Cylindrical-coordinate representation of color #449DFE: hue angle of 211.29º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449DFE is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 68 157 254 -
CMYK 0.73 0.38 0 0.00
HSL 211.29º 0.99% 0.63% -
HSV(B) 211.29º 0.73% 1% -
XYZ 32.33 32.5 98.33 -
YUV 141.45 191.51 75.61 -
System Red Green Blue C M Y K H S L
Decimal 68 157 254 0.73 0.38 0 0.00 211.29 0.99 0.63
Hex 44 9D FE 49 26 0 0 D3 63 3F
Octal 104 235 376 111 46 0 0 323 143 77
Binary 1000100 10011101 11111110 1001001 100110 0 0 11010011 1100011 111111

Color Harmonies of #449DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449DFE

Black with #449DFE

Text Example


Text Example

White with #449DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449DFE; }

 p { color: rgb(68,157,254); }

 H1.HeaderClassName
 {
   color: #449DFE;
 }
 .AnyTagClassName
 {
   color: #449DFE;
 }
</style>

background-color css

<style>
 a { background-color: #449DFE; }

 a { background-color: rgb(68,157,254); }

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

border-color css

<style>
 span { border-color: #449DFE; }

 span { border-color: rgb(68,157,254); }

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