Html Css Color HEX #449FFA Cornflower Blue

📋 copy color: '#449FFA'

red 68 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #449FFA

Tints of Cornflower Blue #449FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.33%

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 14.26%
G = 33.33%
B = 52.41%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#449FFA (or 0x449FFA) is known color: Cornflower Blue. HEX triplet: 44, 9F and FA. RGB value is (68,159,250). Sum of RGB (Red+Green+Blue) = 68+159+250=477 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.26% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #449FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449FFA is #BB6005. Grayscale: #8D8D8D. Windows color (decimal): -12279814 or 16424772. OLE color: 16424772.

HSL color Cylindrical-coordinate representation of color #449FFA: hue angle of 210º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449FFA is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 159 250 -
CMYK 0.73 0.36 0 0.02
HSL 210º 0.95% 0.62% -
HSV(B) 210º 0.73% 0.98% -
XYZ 32.04 32.93 95.11 -
YUV 142.17 188.85 75.1 -
System Red Green Blue C M Y K H S L
Decimal 68 159 250 0.73 0.36 0 0.02 210 0.95 0.62
Hex 44 9F FA 49 24 0 2 D2 5F 3E
Octal 104 237 372 111 44 0 2 322 137 76
Binary 1000100 10011111 11111010 1001001 100100 0 10 11010010 1011111 111110

Color Harmonies of #449FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FFA

Black with #449FFA

Text Example


Text Example

White with #449FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,159,250); }

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

background-color css

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

 a { background-color: rgb(68,159,250); }

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

border-color css

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

 span { border-color: rgb(68,159,250); }

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