Html Css Color HEX #448DDA Picton Blue

📋 copy color: '#448DDA'

red 68 ◦ green 141 ◦ blue 218

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

Shades of Picton Blue #448DDA

Tints of Picton Blue #448DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 15.93%
G = 33.02%
B = 51.05%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#448DDA (or 0x448DDA) is known color: Picton Blue. HEX triplet: 44, 8D and DA. RGB value is (68,141,218). Sum of RGB (Red+Green+Blue) = 68+141+218=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #448DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DDA is #BB7225. Grayscale: #7F7F7F. Windows color (decimal): -12284454 or 14323012. OLE color: 14323012.

HSL color Cylindrical-coordinate representation of color #448DDA: hue angle of 210.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448DDA is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 141 218 -
CMYK 0.69 0.35 0 0.15
HSL 210.8º 0.67% 0.56% -
HSV(B) 210.8º 0.69% 0.85% -
XYZ 24.56 25.34 69.93 -
YUV 127.95 178.82 85.24 -
System Red Green Blue C M Y K H S L
Decimal 68 141 218 0.69 0.35 0 0.15 210.8 0.67 0.56
Hex 44 8D DA 45 23 0 F D3 43 38
Octal 104 215 332 105 43 0 17 323 103 70
Binary 1000100 10001101 11011010 1000101 100011 0 1111 11010011 1000011 111000

Color Harmonies of #448DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DDA

Black with #448DDA

Text Example


Text Example

White with #448DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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