Html Css Color HEX #448EFE Cornflower Blue

📋 copy color: '#448EFE'

red 68 ◦ green 142 ◦ blue 254

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

Shades of Cornflower Blue #448EFE

Tints of Cornflower Blue #448EFE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.6%

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

R = 14.66%
G = 30.6%
B = 54.74%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#448EFE (or 0x448EFE) is known color: Cornflower Blue. HEX triplet: 44, 8E and FE. RGB value is (68,142,254). Sum of RGB (Red+Green+Blue) = 68+142+254=464 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.66% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #448EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448EFE is #BB7101. Grayscale: #848484. Windows color (decimal): -12284162 or 16682564. OLE color: 16682564.

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

Color convert

RGB 68 142 254 -
CMYK 0.73 0.44 0 0.00
HSL 216.13º 0.99% 0.63% -
HSV(B) 216.13º 0.73% 1% -
XYZ 29.95 27.73 97.54 -
YUV 132.64 196.48 81.89 -
System Red Green Blue C M Y K H S L
Decimal 68 142 254 0.73 0.44 0 0.00 216.13 0.99 0.63
Hex 44 8E FE 49 2C 0 0 D8 63 3F
Octal 104 216 376 111 54 0 0 330 143 77
Binary 1000100 10001110 11111110 1001001 101100 0 0 11011000 1100011 111111

Color Harmonies of #448EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EFE

Black with #448EFE

Text Example


Text Example

White with #448EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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