Html Css Color HEX #448BFE Cornflower Blue

📋 copy color: '#448BFE'

red 68 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #448BFE

Tints of Cornflower Blue #448BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 14.75%
G = 30.15%
B = 55.1%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#448BFE (or 0x448BFE) is known color: Cornflower Blue. HEX triplet: 44, 8B and FE. RGB value is (68,139,254). Sum of RGB (Red+Green+Blue) = 68+139+254=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #448BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448BFE is #BB7401. Grayscale: #828282. Windows color (decimal): -12284930 or 16681796. OLE color: 16681796.

HSL color Cylindrical-coordinate representation of color #448BFE: hue angle of 217.1º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #448BFE is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 68 139 254 -
CMYK 0.73 0.45 0 0.00
HSL 217.1º 0.99% 0.63% -
HSV(B) 217.1º 0.73% 1% -
XYZ 29.51 26.85 97.39 -
YUV 130.88 197.48 83.15 -
System Red Green Blue C M Y K H S L
Decimal 68 139 254 0.73 0.45 0 0.00 217.1 0.99 0.63
Hex 44 8B FE 49 2D 0 0 D9 63 3F
Octal 104 213 376 111 55 0 0 331 143 77
Binary 1000100 10001011 11111110 1001001 101101 0 0 11011001 1100011 111111

Color Harmonies of #448BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BFE

Black with #448BFE

Text Example


Text Example

White with #448BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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