Html Css Color HEX #448EEC Cornflower Blue

📋 copy color: '#448EEC'

red 68 ◦ green 142 ◦ blue 236

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

Shades of Cornflower Blue #448EEC

Tints of Cornflower Blue #448EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 15.25%
G = 31.84%
B = 52.91%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#448EEC (or 0x448EEC) is known color: Cornflower Blue. HEX triplet: 44, 8E and EC. RGB value is (68,142,236). Sum of RGB (Red+Green+Blue) = 68+142+236=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #448EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448EEC is #BB7113. Grayscale: #828282. Windows color (decimal): -12284180 or 15502916. OLE color: 15502916.

HSL color Cylindrical-coordinate representation of color #448EEC: hue angle of 213.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448EEC is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 142 236 -
CMYK 0.71 0.40 0 0.07
HSL 213.57º 0.82% 0.6% -
HSV(B) 213.57º 0.71% 0.93% -
XYZ 27.2 26.63 83.06 -
YUV 130.59 187.48 83.36 -
System Red Green Blue C M Y K H S L
Decimal 68 142 236 0.71 0.40 0 0.07 213.57 0.82 0.6
Hex 44 8E EC 47 28 0 7 D6 52 3C
Octal 104 216 354 107 50 0 7 326 122 74
Binary 1000100 10001110 11101100 1000111 101000 0 111 11010110 1010010 111100

Color Harmonies of #448EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EEC

Black with #448EEC

Text Example


Text Example

White with #448EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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