Html Css Color HEX #448DDC Picton Blue

📋 copy color: '#448DDC'

red 68 ◦ green 141 ◦ blue 220

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

Shades of Picton Blue #448DDC

Tints of Picton Blue #448DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 15.85%
G = 32.87%
B = 51.28%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#448DDC (or 0x448DDC) is known color: Picton Blue. HEX triplet: 44, 8D and DC. RGB value is (68,141,220). Sum of RGB (Red+Green+Blue) = 68+141+220=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #448DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DDC is #BB7223. Grayscale: #7F7F7F. Windows color (decimal): -12284452 or 14454084. OLE color: 14454084.

HSL color Cylindrical-coordinate representation of color #448DDC: hue angle of 211.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448DDC is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 141 220 -
CMYK 0.69 0.36 0 0.14
HSL 211.18º 0.68% 0.56% -
HSV(B) 211.18º 0.69% 0.86% -
XYZ 24.83 25.45 71.31 -
YUV 128.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 68 141 220 0.69 0.36 0 0.14 211.18 0.68 0.56
Hex 44 8D DC 45 24 0 E D3 44 38
Octal 104 215 334 105 44 0 16 323 104 70
Binary 1000100 10001101 11011100 1000101 100100 0 1110 11010011 1000100 111000

Color Harmonies of #448DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DDC

Black with #448DDC

Text Example


Text Example

White with #448DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,141,220); }

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

background-color css

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

 a { background-color: rgb(68,141,220); }

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

border-color css

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

 span { border-color: rgb(68,141,220); }

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