Html Css Color HEX #448AFF Cornflower Blue

📋 copy color: '#448AFF'

red 68 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #448AFF

Tints of Cornflower Blue #448AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 14.75%
G = 29.93%
B = 55.31%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#448AFF (or 0x448AFF) is known color: Cornflower Blue. HEX triplet: 44, 8A and FF. RGB value is (68,138,255). Sum of RGB (Red+Green+Blue) = 68+138+255=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #448AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448AFF is #BB7500. Grayscale: #818181. Windows color (decimal): -12285185 or 16747076. OLE color: 16747076.

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

Color convert

RGB 68 138 255 -
CMYK 0.73 0.46 0 0
HSL 217.54º 1% 0.63% -
HSV(B) 217.54º 0.73% 1% -
XYZ 29.52 26.63 98.19 -
YUV 130.41 198.31 83.49 -
System Red Green Blue C M Y K H S L
Decimal 68 138 255 0.73 0.46 0 0 217.54 1 0.63
Hex 44 8A FF 49 2E 0 0 DA 64 3F
Octal 104 212 377 111 56 0 0 332 144 77
Binary 1000100 10001010 11111111 1001001 101110 0 0 11011010 1100100 111111

Color Harmonies of #448AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AFF

Black with #448AFF

Text Example


Text Example

White with #448AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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