Html Css Color HEX #448CFF Cornflower Blue

📋 copy color: '#448CFF'

red 68 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #448CFF

Tints of Cornflower Blue #448CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 14.69%
G = 30.24%
B = 55.08%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#448CFF (or 0x448CFF) is known color: Cornflower Blue. HEX triplet: 44, 8C and FF. RGB value is (68,140,255). Sum of RGB (Red+Green+Blue) = 68+140+255=463 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.69% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #448CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448CFF is #BB7300. Grayscale: #838383. Windows color (decimal): -12284673 or 16747588. OLE color: 16747588.

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

Color convert

RGB 68 140 255 -
CMYK 0.73 0.45 0 0
HSL 216.9º 1% 0.63% -
HSV(B) 216.9º 0.73% 1% -
XYZ 29.81 27.21 98.29 -
YUV 131.58 197.65 82.65 -
System Red Green Blue C M Y K H S L
Decimal 68 140 255 0.73 0.45 0 0 216.9 1 0.63
Hex 44 8C FF 49 2D 0 0 D9 64 3F
Octal 104 214 377 111 55 0 0 331 144 77
Binary 1000100 10001100 11111111 1001001 101101 0 0 11011001 1100100 111111

Color Harmonies of #448CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CFF

Black with #448CFF

Text Example


Text Example

White with #448CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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