Html Css Color HEX #448BFC Cornflower Blue

📋 copy color: '#448BFC'

red 68 ◦ green 139 ◦ blue 252

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

Shades of Cornflower Blue #448BFC

Tints of Cornflower Blue #448BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 14.81%
G = 30.28%
B = 54.9%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#448BFC (or 0x448BFC) is known color: Cornflower Blue. HEX triplet: 44, 8B and FC. RGB value is (68,139,252). Sum of RGB (Red+Green+Blue) = 68+139+252=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #448BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448BFC is #BB7403. Grayscale: #828282. Windows color (decimal): -12284932 or 16550724. OLE color: 16550724.

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

Color convert

RGB 68 139 252 -
CMYK 0.73 0.45 0 0.01
HSL 216.85º 0.97% 0.63% -
HSV(B) 216.85º 0.73% 0.99% -
XYZ 29.19 26.72 95.72 -
YUV 130.65 196.48 83.31 -
System Red Green Blue C M Y K H S L
Decimal 68 139 252 0.73 0.45 0 0.01 216.85 0.97 0.63
Hex 44 8B FC 49 2D 0 1 D9 61 3F
Octal 104 213 374 111 55 0 1 331 141 77
Binary 1000100 10001011 11111100 1001001 101101 0 1 11011001 1100001 111111

Color Harmonies of #448BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BFC

Black with #448BFC

Text Example


Text Example

White with #448BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,139,252); }

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

background-color css

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

 a { background-color: rgb(68,139,252); }

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

border-color css

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

 span { border-color: rgb(68,139,252); }

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