Html Css Color HEX #449FFB Cornflower Blue

📋 copy color: '#449FFB'

red 68 ◦ green 159 ◦ blue 251

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

Shades of Cornflower Blue #449FFB

Tints of Cornflower Blue #449FFB

RGB

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

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

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

R = 14.23%
G = 33.26%
B = 52.51%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#449FFB (or 0x449FFB) is known color: Cornflower Blue. HEX triplet: 44, 9F and FB. RGB value is (68,159,251). Sum of RGB (Red+Green+Blue) = 68+159+251=478 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.23% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #449FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449FFB is #BB6004. Grayscale: #8D8D8D. Windows color (decimal): -12279813 or 16490308. OLE color: 16490308.

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

Color convert

RGB 68 159 251 -
CMYK 0.73 0.37 0 0.02
HSL 210.16º 0.96% 0.63% -
HSV(B) 210.16º 0.73% 0.98% -
XYZ 32.19 32.99 95.94 -
YUV 142.28 189.35 75.02 -
System Red Green Blue C M Y K H S L
Decimal 68 159 251 0.73 0.37 0 0.02 210.16 0.96 0.63
Hex 44 9F FB 49 25 0 2 D2 60 3F
Octal 104 237 373 111 45 0 2 322 140 77
Binary 1000100 10011111 11111011 1001001 100101 0 10 11010010 1100000 111111

Color Harmonies of #449FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FFB

Black with #449FFB

Text Example


Text Example

White with #449FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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