Html Css Color HEX #448CEC Cornflower Blue

📋 copy color: '#448CEC'

red 68 ◦ green 140 ◦ blue 236

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

Shades of Cornflower Blue #448CEC

Tints of Cornflower Blue #448CEC

RGB

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

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

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

R = 15.32%
G = 31.53%
B = 53.15%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#448CEC (or 0x448CEC) is known color: Cornflower Blue. HEX triplet: 44, 8C and EC. RGB value is (68,140,236). Sum of RGB (Red+Green+Blue) = 68+140+236=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #448CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448CEC is #BB7313. Grayscale: #808080. Windows color (decimal): -12284692 or 15502404. OLE color: 15502404.

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

Color convert

RGB 68 140 236 -
CMYK 0.71 0.41 0 0.07
HSL 214.29º 0.82% 0.6% -
HSV(B) 214.29º 0.71% 0.93% -
XYZ 26.9 26.04 82.97 -
YUV 129.42 188.15 84.19 -
System Red Green Blue C M Y K H S L
Decimal 68 140 236 0.71 0.41 0 0.07 214.29 0.82 0.6
Hex 44 8C EC 47 29 0 7 D6 52 3C
Octal 104 214 354 107 51 0 7 326 122 74
Binary 1000100 10001100 11101100 1000111 101001 0 111 11010110 1010010 111100

Color Harmonies of #448CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CEC

Black with #448CEC

Text Example


Text Example

White with #448CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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