Html Css Color HEX #448EFB Cornflower Blue

📋 copy color: '#448EFB'

red 68 ◦ green 142 ◦ blue 251

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

Shades of Cornflower Blue #448EFB

Tints of Cornflower Blue #448EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 14.75%
G = 30.8%
B = 54.45%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#448EFB (or 0x448EFB) is known color: Cornflower Blue. HEX triplet: 44, 8E and FB. RGB value is (68,142,251). Sum of RGB (Red+Green+Blue) = 68+142+251=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #448EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448EFB is #BB7104. Grayscale: #838383. Windows color (decimal): -12284165 or 16485956. OLE color: 16485956.

HSL color Cylindrical-coordinate representation of color #448EFB: hue angle of 215.74º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #448EFB is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 142 251 -
CMYK 0.73 0.43 0 0.02
HSL 215.74º 0.96% 0.63% -
HSV(B) 215.74º 0.73% 0.98% -
XYZ 29.47 27.54 95.03 -
YUV 132.3 194.98 82.14 -
System Red Green Blue C M Y K H S L
Decimal 68 142 251 0.73 0.43 0 0.02 215.74 0.96 0.63
Hex 44 8E FB 49 2B 0 2 D8 60 3F
Octal 104 216 373 111 53 0 2 330 140 77
Binary 1000100 10001110 11111011 1001001 101011 0 10 11011000 1100000 111111

Color Harmonies of #448EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EFB

Black with #448EFB

Text Example


Text Example

White with #448EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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