Html Css Color HEX #448EED Cornflower Blue

📋 copy color: '#448EED'

red 68 ◦ green 142 ◦ blue 237

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

Shades of Cornflower Blue #448EED

Tints of Cornflower Blue #448EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 15.21%
G = 31.77%
B = 53.02%

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

#448EED (or 0x448EED) is known color: Cornflower Blue. HEX triplet: 44, 8E and ED. RGB value is (68,142,237). Sum of RGB (Red+Green+Blue) = 68+142+237=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #448EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448EED is #BB7112. Grayscale: #828282. Windows color (decimal): -12284179 or 15568452. OLE color: 15568452.

HSL color Cylindrical-coordinate representation of color #448EED: hue angle of 213.73º 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 #448EED is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 142 237 -
CMYK 0.71 0.40 0 0.07
HSL 213.73º 0.82% 0.6% -
HSV(B) 213.73º 0.71% 0.93% -
XYZ 27.34 26.69 83.83 -
YUV 130.7 187.98 83.28 -
System Red Green Blue C M Y K H S L
Decimal 68 142 237 0.71 0.40 0 0.07 213.73 0.82 0.6
Hex 44 8E ED 47 28 0 7 D6 52 3C
Octal 104 216 355 107 50 0 7 326 122 74
Binary 1000100 10001110 11101101 1000111 101000 0 111 11010110 1010010 111100

Color Harmonies of #448EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EED

Black with #448EED

Text Example


Text Example

White with #448EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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