Html Css Color HEX #448EDD Picton Blue

📋 copy color: '#448EDD'

red 68 ◦ green 142 ◦ blue 221

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

Shades of Picton Blue #448EDD

Tints of Picton Blue #448EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.95%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 15.78%
G = 32.95%
B = 51.28%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#448EDD (or 0x448EDD) is known color: Picton Blue. HEX triplet: 44, 8E and DD. RGB value is (68,142,221). Sum of RGB (Red+Green+Blue) = 68+142+221=431 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.78% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #448EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EDD is #BB7122. Grayscale: #808080. Windows color (decimal): -12284195 or 14519876. OLE color: 14519876.

HSL color Cylindrical-coordinate representation of color #448EDD: hue angle of 210.98º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448EDD is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 142 221 -
CMYK 0.69 0.36 0 0.13
HSL 210.98º 0.69% 0.57% -
HSV(B) 210.98º 0.69% 0.87% -
XYZ 25.11 25.8 72.06 -
YUV 128.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 68 142 221 0.69 0.36 0 0.13 210.98 0.69 0.57
Hex 44 8E DD 45 24 0 D D3 45 39
Octal 104 216 335 105 44 0 15 323 105 71
Binary 1000100 10001110 11011101 1000101 100100 0 1101 11010011 1000101 111001

Color Harmonies of #448EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EDD

Black with #448EDD

Text Example


Text Example

White with #448EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,142,221); }

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

background-color css

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

 a { background-color: rgb(68,142,221); }

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

border-color css

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

 span { border-color: rgb(68,142,221); }

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