Html Css Color HEX #448FEC Cornflower Blue

📋 copy color: '#448FEC'

red 68 ◦ green 143 ◦ blue 236

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

Shades of Cornflower Blue #448FEC

Tints of Cornflower Blue #448FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

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

R = 15.21%
G = 31.99%
B = 52.8%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#448FEC (or 0x448FEC) is known color: Cornflower Blue. HEX triplet: 44, 8F and EC. RGB value is (68,143,236). Sum of RGB (Red+Green+Blue) = 68+143+236=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #448FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FEC is #BB7013. Grayscale: #828282. Windows color (decimal): -12283924 or 15503172. OLE color: 15503172.

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

Color convert

RGB 68 143 236 -
CMYK 0.71 0.39 0 0.07
HSL 213.21º 0.82% 0.6% -
HSV(B) 213.21º 0.71% 0.93% -
XYZ 27.35 26.93 83.11 -
YUV 131.18 187.15 82.94 -
System Red Green Blue C M Y K H S L
Decimal 68 143 236 0.71 0.39 0 0.07 213.21 0.82 0.6
Hex 44 8F EC 47 27 0 7 D5 52 3C
Octal 104 217 354 107 47 0 7 325 122 74
Binary 1000100 10001111 11101100 1000111 100111 0 111 11010101 1010010 111100

Color Harmonies of #448FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448FEC

Black with #448FEC

Text Example


Text Example

White with #448FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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