Html Css Color HEX #449CFF Cornflower Blue

📋 copy color: '#449CFF'

red 68 ◦ green 156 ◦ blue 255

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

Shades of Cornflower Blue #449CFF

Tints of Cornflower Blue #449CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 14.2%
G = 32.57%
B = 53.24%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#449CFF (or 0x449CFF) is known color: Cornflower Blue. HEX triplet: 44, 9C and FF. RGB value is (68,156,255). Sum of RGB (Red+Green+Blue) = 68+156+255=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #449CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449CFF is #BB6300. Grayscale: #8C8C8C. Windows color (decimal): -12280577 or 16751684. OLE color: 16751684.

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

Color convert

RGB 68 156 255 -
CMYK 0.73 0.39 0 0
HSL 211.76º 1% 0.63% -
HSV(B) 211.76º 0.73% 1% -
XYZ 32.32 32.23 99.12 -
YUV 140.97 192.35 75.95 -
System Red Green Blue C M Y K H S L
Decimal 68 156 255 0.73 0.39 0 0 211.76 1 0.63
Hex 44 9C FF 49 27 0 0 D4 64 3F
Octal 104 234 377 111 47 0 0 324 144 77
Binary 1000100 10011100 11111111 1001001 100111 0 0 11010100 1100100 111111

Color Harmonies of #449CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CFF

Black with #449CFF

Text Example


Text Example

White with #449CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,156,255); }

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

background-color css

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

 a { background-color: rgb(68,156,255); }

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

border-color css

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

 span { border-color: rgb(68,156,255); }

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