Html Css Color HEX #448EEB Cornflower Blue

📋 copy color: '#448EEB'

red 68 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #448EEB

Tints of Cornflower Blue #448EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 15.28%
G = 31.91%
B = 52.81%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#448EEB (or 0x448EEB) is known color: Cornflower Blue. HEX triplet: 44, 8E and EB. RGB value is (68,142,235). Sum of RGB (Red+Green+Blue) = 68+142+235=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #448EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448EEB is #BB7114. Grayscale: #828282. Windows color (decimal): -12284181 or 15437380. OLE color: 15437380.

HSL color Cylindrical-coordinate representation of color #448EEB: hue angle of 213.41º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448EEB is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 142 235 -
CMYK 0.71 0.40 0 0.08
HSL 213.41º 0.81% 0.59% -
HSV(B) 213.41º 0.71% 0.92% -
XYZ 27.05 26.57 82.3 -
YUV 130.48 186.98 83.44 -
System Red Green Blue C M Y K H S L
Decimal 68 142 235 0.71 0.40 0 0.08 213.41 0.81 0.59
Hex 44 8E EB 47 28 0 8 D5 51 3B
Octal 104 216 353 107 50 0 10 325 121 73
Binary 1000100 10001110 11101011 1000111 101000 0 1000 11010101 1010001 111011

Color Harmonies of #448EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EEB

Black with #448EEB

Text Example


Text Example

White with #448EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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