Html Css Color HEX #448FFB Cornflower Blue

📋 copy color: '#448FFB'

red 68 ◦ green 143 ◦ blue 251

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

Shades of Cornflower Blue #448FFB

Tints of Cornflower Blue #448FFB

RGB

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

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

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

R = 14.72%
G = 30.95%
B = 54.33%

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

#448FFB (or 0x448FFB) is known color: Cornflower Blue. HEX triplet: 44, 8F and FB. RGB value is (68,143,251). Sum of RGB (Red+Green+Blue) = 68+143+251=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #448FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FFB is #BB7004. Grayscale: #848484. Windows color (decimal): -12283909 or 16486212. OLE color: 16486212.

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

Color convert

RGB 68 143 251 -
CMYK 0.73 0.43 0 0.02
HSL 215.41º 0.96% 0.63% -
HSV(B) 215.41º 0.73% 0.98% -
XYZ 29.62 27.84 95.08 -
YUV 132.89 194.65 81.72 -
System Red Green Blue C M Y K H S L
Decimal 68 143 251 0.73 0.43 0 0.02 215.41 0.96 0.63
Hex 44 8F FB 49 2B 0 2 D7 60 3F
Octal 104 217 373 111 53 0 2 327 140 77
Binary 1000100 10001111 11111011 1001001 101011 0 10 11010111 1100000 111111

Color Harmonies of #448FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448FFB

Black with #448FFB

Text Example


Text Example

White with #448FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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