Html Css Color HEX #448BFD Cornflower Blue

📋 copy color: '#448BFD'

red 68 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #448BFD

Tints of Cornflower Blue #448BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 14.78%
G = 30.22%
B = 55%

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

#448BFD (or 0x448BFD) is known color: Cornflower Blue. HEX triplet: 44, 8B and FD. RGB value is (68,139,253). Sum of RGB (Red+Green+Blue) = 68+139+253=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #448BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448BFD is #BB7402. Grayscale: #828282. Windows color (decimal): -12284931 or 16616260. OLE color: 16616260.

HSL color Cylindrical-coordinate representation of color #448BFD: hue angle of 216.97º degrees, saturation: 0.98, 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 #448BFD is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 139 253 -
CMYK 0.73 0.45 0 0.01
HSL 216.97º 0.98% 0.63% -
HSV(B) 216.97º 0.73% 0.99% -
XYZ 29.35 26.79 96.55 -
YUV 130.77 196.98 83.23 -
System Red Green Blue C M Y K H S L
Decimal 68 139 253 0.73 0.45 0 0.01 216.97 0.98 0.63
Hex 44 8B FD 49 2D 0 1 D9 62 3F
Octal 104 213 375 111 55 0 1 331 142 77
Binary 1000100 10001011 11111101 1001001 101101 0 1 11011001 1100010 111111

Color Harmonies of #448BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BFD

Black with #448BFD

Text Example


Text Example

White with #448BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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