Html Css Color HEX #449BF7 Cornflower Blue

📋 copy color: '#449BF7'

red 68 ◦ green 155 ◦ blue 247

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

Shades of Cornflower Blue #449BF7

Tints of Cornflower Blue #449BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.55%

R = 14.47%
G = 32.98%
B = 52.55%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#449BF7 (or 0x449BF7) is known color: Cornflower Blue. HEX triplet: 44, 9B and F7. RGB value is (68,155,247). Sum of RGB (Red+Green+Blue) = 68+155+247=470 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.47% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #449BF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BF7 is #BB6408. Grayscale: #8B8B8B. Windows color (decimal): -12280841 or 16227140. OLE color: 16227140.

HSL color Cylindrical-coordinate representation of color #449BF7: hue angle of 210.84º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #449BF7 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 68 155 247 -
CMYK 0.72 0.37 0 0.03
HSL 210.84º 0.92% 0.62% -
HSV(B) 210.84º 0.72% 0.97% -
XYZ 30.89 31.39 92.43 -
YUV 139.48 188.68 77.02 -
System Red Green Blue C M Y K H S L
Decimal 68 155 247 0.72 0.37 0 0.03 210.84 0.92 0.62
Hex 44 9B F7 48 25 0 3 D3 5C 3E
Octal 104 233 367 110 45 0 3 323 134 76
Binary 1000100 10011011 11110111 1001000 100101 0 11 11010011 1011100 111110

Color Harmonies of #449BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BF7

Black with #449BF7

Text Example


Text Example

White with #449BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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