Html Css Color HEX #449BFC Cornflower Blue

📋 copy color: '#449BFC'

red 68 ◦ green 155 ◦ blue 252

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

Shades of Cornflower Blue #449BFC

Tints of Cornflower Blue #449BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 14.32%
G = 32.63%
B = 53.05%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#449BFC (or 0x449BFC) is known color: Cornflower Blue. HEX triplet: 44, 9B and FC. RGB value is (68,155,252). Sum of RGB (Red+Green+Blue) = 68+155+252=475 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.32% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #449BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BFC is #BB6403. Grayscale: #8B8B8B. Windows color (decimal): -12280836 or 16554820. OLE color: 16554820.

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

Color convert

RGB 68 155 252 -
CMYK 0.73 0.38 0 0.01
HSL 211.63º 0.97% 0.63% -
HSV(B) 211.63º 0.73% 0.99% -
XYZ 31.68 31.7 96.54 -
YUV 140.05 191.18 76.61 -
System Red Green Blue C M Y K H S L
Decimal 68 155 252 0.73 0.38 0 0.01 211.63 0.97 0.63
Hex 44 9B FC 49 26 0 1 D4 61 3F
Octal 104 233 374 111 46 0 1 324 141 77
Binary 1000100 10011011 11111100 1001001 100110 0 1 11010100 1100001 111111

Color Harmonies of #449BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BFC

Black with #449BFC

Text Example


Text Example

White with #449BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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