Html Css Color HEX #449EFD Cornflower Blue

📋 copy color: '#449EFD'

red 68 ◦ green 158 ◦ blue 253

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

Shades of Cornflower Blue #449EFD

Tints of Cornflower Blue #449EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.99%

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

R = 14.2%
G = 32.99%
B = 52.82%

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

#449EFD (or 0x449EFD) is known color: Cornflower Blue. HEX triplet: 44, 9E and FD. RGB value is (68,158,253). Sum of RGB (Red+Green+Blue) = 68+158+253=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #449EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449EFD is #BB6102. Grayscale: #8D8D8D. Windows color (decimal): -12280067 or 16621124. OLE color: 16621124.

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

Color convert

RGB 68 158 253 -
CMYK 0.73 0.38 0 0.01
HSL 210.81º 0.98% 0.63% -
HSV(B) 210.81º 0.73% 0.99% -
XYZ 32.34 32.77 97.55 -
YUV 141.92 190.68 75.28 -
System Red Green Blue C M Y K H S L
Decimal 68 158 253 0.73 0.38 0 0.01 210.81 0.98 0.63
Hex 44 9E FD 49 26 0 1 D3 62 3F
Octal 104 236 375 111 46 0 1 323 142 77
Binary 1000100 10011110 11111101 1001001 100110 0 1 11010011 1100010 111111

Color Harmonies of #449EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EFD

Black with #449EFD

Text Example


Text Example

White with #449EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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