Html Css Color HEX #448FFF Cornflower Blue

📋 copy color: '#448FFF'

red 68 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #448FFF

Tints of Cornflower Blue #448FFF

RGB

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

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

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

R = 14.59%
G = 30.69%
B = 54.72%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#448FFF (or 0x448FFF) is known color: Cornflower Blue. HEX triplet: 44, 8F and FF. RGB value is (68,143,255). Sum of RGB (Red+Green+Blue) = 68+143+255=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #448FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FFF is #BB7000. Grayscale: #848484. Windows color (decimal): -12283905 or 16748356. OLE color: 16748356.

HSL color Cylindrical-coordinate representation of color #448FFF: hue angle of 215.94º 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 #448FFF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 143 255 -
CMYK 0.73 0.44 0 0
HSL 215.94º 1% 0.63% -
HSV(B) 215.94º 0.73% 1% -
XYZ 30.26 28.09 98.44 -
YUV 133.34 196.65 81.39 -
System Red Green Blue C M Y K H S L
Decimal 68 143 255 0.73 0.44 0 0 215.94 1 0.63
Hex 44 8F FF 49 2C 0 0 D8 64 3F
Octal 104 217 377 111 54 0 0 330 144 77
Binary 1000100 10001111 11111111 1001001 101100 0 0 11011000 1100100 111111

Color Harmonies of #448FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448FFF

Black with #448FFF

Text Example


Text Example

White with #448FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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