Html Css Color HEX #448CE1 Cornflower Blue

📋 copy color: '#448CE1'

red 68 ◦ green 140 ◦ blue 225

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

Shades of Cornflower Blue #448CE1

Tints of Cornflower Blue #448CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

 BLUE value IS 225 (88.28% from 255) = 51.96%

R = 15.7%
G = 32.33%
B = 51.96%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#448CE1 (or 0x448CE1) is known color: Cornflower Blue. HEX triplet: 44, 8C and E1. RGB value is (68,140,225). Sum of RGB (Red+Green+Blue) = 68+140+225=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #448CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CE1 is #BB731E. Grayscale: #7F7F7F. Windows color (decimal): -12284703 or 14781508. OLE color: 14781508.

HSL color Cylindrical-coordinate representation of color #448CE1: hue angle of 212.48º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448CE1 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 140 225 -
CMYK 0.70 0.38 0 0.12
HSL 212.48º 0.72% 0.57% -
HSV(B) 212.48º 0.7% 0.88% -
XYZ 25.35 25.42 74.8 -
YUV 128.16 182.65 85.09 -
System Red Green Blue C M Y K H S L
Decimal 68 140 225 0.70 0.38 0 0.12 212.48 0.72 0.57
Hex 44 8C E1 46 26 0 C D4 48 39
Octal 104 214 341 106 46 0 14 324 110 71
Binary 1000100 10001100 11100001 1000110 100110 0 1100 11010100 1001000 111001

Color Harmonies of #448CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CE1

Black with #448CE1

Text Example


Text Example

White with #448CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,140,225); }

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

background-color css

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

 a { background-color: rgb(68,140,225); }

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

border-color css

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

 span { border-color: rgb(68,140,225); }

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