Html Css Color HEX #449EF6 Cornflower Blue

📋 copy color: '#449EF6'

red 68 ◦ green 158 ◦ blue 246

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

Shades of Cornflower Blue #449EF6

Tints of Cornflower Blue #449EF6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.47%

 BLUE value IS 246 (96.48% from 255) = 52.12%

R = 14.41%
G = 33.47%
B = 52.12%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#449EF6 (or 0x449EF6) is known color: Cornflower Blue. HEX triplet: 44, 9E and F6. RGB value is (68,158,246). Sum of RGB (Red+Green+Blue) = 68+158+246=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #449EF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449EF6 is #BB6109. Grayscale: #8C8C8C. Windows color (decimal): -12280074 or 16162372. OLE color: 16162372.

HSL color Cylindrical-coordinate representation of color #449EF6: hue angle of 209.66º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #449EF6 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 68 158 246 -
CMYK 0.72 0.36 0 0.04
HSL 209.66º 0.91% 0.62% -
HSV(B) 209.66º 0.72% 0.96% -
XYZ 31.25 32.34 91.78 -
YUV 141.12 187.18 75.84 -
System Red Green Blue C M Y K H S L
Decimal 68 158 246 0.72 0.36 0 0.04 209.66 0.91 0.62
Hex 44 9E F6 48 24 0 4 D2 5B 3E
Octal 104 236 366 110 44 0 4 322 133 76
Binary 1000100 10011110 11110110 1001000 100100 0 100 11010010 1011011 111110

Color Harmonies of #449EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EF6

Black with #449EF6

Text Example


Text Example

White with #449EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,158,246); }

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

background-color css

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

 a { background-color: rgb(68,158,246); }

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

border-color css

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

 span { border-color: rgb(68,158,246); }

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