Html Css Color HEX #449FFD Cornflower Blue

📋 copy color: '#449FFD'

red 68 ◦ green 159 ◦ blue 253

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

Shades of Cornflower Blue #449FFD

Tints of Cornflower Blue #449FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.13%

 BLUE value IS 253 (99.22% from 255) = 52.71%

R = 14.17%
G = 33.13%
B = 52.71%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#449FFD (or 0x449FFD) is known color: Cornflower Blue. HEX triplet: 44, 9F and FD. RGB value is (68,159,253). Sum of RGB (Red+Green+Blue) = 68+159+253=480 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.17% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #449FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449FFD is #BB6002. Grayscale: #8E8E8E. Windows color (decimal): -12279811 or 16621380. OLE color: 16621380.

HSL color Cylindrical-coordinate representation of color #449FFD: hue angle of 210.49º degrees, saturation: 0.98, 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 #449FFD is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 159 253 -
CMYK 0.73 0.37 0 0.01
HSL 210.49º 0.98% 0.63% -
HSV(B) 210.49º 0.73% 0.99% -
XYZ 32.51 33.12 97.61 -
YUV 142.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 68 159 253 0.73 0.37 0 0.01 210.49 0.98 0.63
Hex 44 9F FD 49 25 0 1 D2 62 3F
Octal 104 237 375 111 45 0 1 322 142 77
Binary 1000100 10011111 11111101 1001001 100101 0 1 11010010 1100010 111111

Color Harmonies of #449FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FFD

Black with #449FFD

Text Example


Text Example

White with #449FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,159,253); }

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

background-color css

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

 a { background-color: rgb(68,159,253); }

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

border-color css

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

 span { border-color: rgb(68,159,253); }

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