Html Css Color HEX #448BFF Cornflower Blue

📋 copy color: '#448BFF'

red 68 ◦ green 139 ◦ blue 255

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

Shades of Cornflower Blue #448BFF

Tints of Cornflower Blue #448BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

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

R = 14.72%
G = 30.09%
B = 55.19%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#448BFF (or 0x448BFF) is known color: Cornflower Blue. HEX triplet: 44, 8B and FF. RGB value is (68,139,255). Sum of RGB (Red+Green+Blue) = 68+139+255=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #448BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448BFF is #BB7400. Grayscale: #828282. Windows color (decimal): -12284929 or 16747332. OLE color: 16747332.

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

Color convert

RGB 68 139 255 -
CMYK 0.73 0.45 0 0
HSL 217.22º 1% 0.63% -
HSV(B) 217.22º 0.73% 1% -
XYZ 29.67 26.91 98.24 -
YUV 131 197.98 83.07 -
System Red Green Blue C M Y K H S L
Decimal 68 139 255 0.73 0.45 0 0 217.22 1 0.63
Hex 44 8B FF 49 2D 0 0 D9 64 3F
Octal 104 213 377 111 55 0 0 331 144 77
Binary 1000100 10001011 11111111 1001001 101101 0 0 11011001 1100100 111111

Color Harmonies of #448BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BFF

Black with #448BFF

Text Example


Text Example

White with #448BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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