Html Css Color HEX #448EEF Cornflower Blue

📋 copy color: '#448EEF'

red 68 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #448EEF

Tints of Cornflower Blue #448EEF

RGB

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

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

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

R = 15.14%
G = 31.63%
B = 53.23%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#448EEF (or 0x448EEF) is known color: Cornflower Blue. HEX triplet: 44, 8E and EF. RGB value is (68,142,239). Sum of RGB (Red+Green+Blue) = 68+142+239=449 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.14% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #448EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448EEF is #BB7110. Grayscale: #828282. Windows color (decimal): -12284177 or 15699524. OLE color: 15699524.

HSL color Cylindrical-coordinate representation of color #448EEF: hue angle of 214.04º 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 #448EEF is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 142 239 -
CMYK 0.72 0.41 0 0.06
HSL 214.04º 0.84% 0.6% -
HSV(B) 214.04º 0.72% 0.94% -
XYZ 27.64 26.81 85.38 -
YUV 130.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 68 142 239 0.72 0.41 0 0.06 214.04 0.84 0.6
Hex 44 8E EF 48 29 0 6 D6 54 3C
Octal 104 216 357 110 51 0 6 326 124 74
Binary 1000100 10001110 11101111 1001000 101001 0 110 11010110 1010100 111100

Color Harmonies of #448EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EEF

Black with #448EEF

Text Example


Text Example

White with #448EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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