Html Css Color HEX #448AEF Cornflower Blue

📋 copy color: '#448AEF'

red 68 ◦ green 138 ◦ blue 239

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

Shades of Cornflower Blue #448AEF

Tints of Cornflower Blue #448AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.71%

R = 15.28%
G = 31.01%
B = 53.71%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#448AEF (or 0x448AEF) is known color: Cornflower Blue. HEX triplet: 44, 8A and EF. RGB value is (68,138,239). Sum of RGB (Red+Green+Blue) = 68+138+239=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #448AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448AEF is #BB7510. Grayscale: #808080. Windows color (decimal): -12285201 or 15698500. OLE color: 15698500.

HSL color Cylindrical-coordinate representation of color #448AEF: hue angle of 215.44º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #448AEF is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 138 239 -
CMYK 0.72 0.42 0 0.06
HSL 215.44º 0.84% 0.6% -
HSV(B) 215.44º 0.72% 0.94% -
XYZ 27.05 25.64 85.18 -
YUV 128.58 190.31 84.79 -
System Red Green Blue C M Y K H S L
Decimal 68 138 239 0.72 0.42 0 0.06 215.44 0.84 0.6
Hex 44 8A EF 48 2A 0 6 D7 54 3C
Octal 104 212 357 110 52 0 6 327 124 74
Binary 1000100 10001010 11101111 1001000 101010 0 110 11010111 1010100 111100

Color Harmonies of #448AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AEF

Black with #448AEF

Text Example


Text Example

White with #448AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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