Html Css Color HEX #448AFE Cornflower Blue

📋 copy color: '#448AFE'

red 68 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #448AFE

Tints of Cornflower Blue #448AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30%

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

R = 14.78%
G = 30%
B = 55.22%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#448AFE (or 0x448AFE) is known color: Cornflower Blue. HEX triplet: 44, 8A and FE. RGB value is (68,138,254). Sum of RGB (Red+Green+Blue) = 68+138+254=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #448AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448AFE is #BB7501. Grayscale: #818181. Windows color (decimal): -12285186 or 16681540. OLE color: 16681540.

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

Color convert

RGB 68 138 254 -
CMYK 0.73 0.46 0 0.00
HSL 217.42º 0.99% 0.63% -
HSV(B) 217.42º 0.73% 1% -
XYZ 29.36 26.56 97.35 -
YUV 130.29 197.81 83.57 -
System Red Green Blue C M Y K H S L
Decimal 68 138 254 0.73 0.46 0 0.00 217.42 0.99 0.63
Hex 44 8A FE 49 2E 0 0 D9 63 3F
Octal 104 212 376 111 56 0 0 331 143 77
Binary 1000100 10001010 11111110 1001001 101110 0 0 11011001 1100011 111111

Color Harmonies of #448AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AFE

Black with #448AFE

Text Example


Text Example

White with #448AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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