Html Css Color HEX #449BFF Cornflower Blue

📋 copy color: '#449BFF'

red 68 ◦ green 155 ◦ blue 255

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

Shades of Cornflower Blue #449BFF

Tints of Cornflower Blue #449BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.43%

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

R = 14.23%
G = 32.43%
B = 53.35%

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

#449BFF (or 0x449BFF) is known color: Cornflower Blue. HEX triplet: 44, 9B and FF. RGB value is (68,155,255). Sum of RGB (Red+Green+Blue) = 68+155+255=478 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.23% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #449BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BFF is #BB6400. Grayscale: #8B8B8B. Windows color (decimal): -12280833 or 16751428. OLE color: 16751428.

HSL color Cylindrical-coordinate representation of color #449BFF: hue angle of 212.09º 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 #449BFF is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 155 255 -
CMYK 0.73 0.39 0 0
HSL 212.09º 1% 0.63% -
HSV(B) 212.09º 0.73% 1% -
XYZ 32.16 31.89 99.07 -
YUV 140.39 192.68 76.37 -
System Red Green Blue C M Y K H S L
Decimal 68 155 255 0.73 0.39 0 0 212.09 1 0.63
Hex 44 9B FF 49 27 0 0 D4 64 3F
Octal 104 233 377 111 47 0 0 324 144 77
Binary 1000100 10011011 11111111 1001001 100111 0 0 11010100 1100100 111111

Color Harmonies of #449BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BFF

Black with #449BFF

Text Example


Text Example

White with #449BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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