Html Css Color HEX #48A2DD Picton Blue

📋 copy color: '#48A2DD'

red 72 ◦ green 162 ◦ blue 221

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

Shades of Picton Blue #48A2DD

Tints of Picton Blue #48A2DD

RGB

 RED value IS 72 (28.52% from 255) = 15.82%

 GREEN value IS 162 (63.67% from 255) = 35.6%

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

R = 15.82%
G = 35.6%
B = 48.57%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48A2DD (or 0x48A2DD) is known color: Picton Blue. HEX triplet: 48, A2 and DD. RGB value is (72,162,221). Sum of RGB (Red+Green+Blue) = 72+162+221=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #48A2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A2DD is #B75D22. Grayscale: #8D8D8D. Windows color (decimal): -12016931 or 14525000. OLE color: 14525000.

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

Color convert

RGB 72 162 221 -
CMYK 0.67 0.27 0 0.13
HSL 203.76º 0.69% 0.57% -
HSV(B) 203.76º 0.67% 0.87% -
XYZ 28.64 32.44 73.16 -
YUV 141.82 172.68 78.2 -
System Red Green Blue C M Y K H S L
Decimal 72 162 221 0.67 0.27 0 0.13 203.76 0.69 0.57
Hex 48 A2 DD 43 1B 0 D CC 45 39
Octal 110 242 335 103 33 0 15 314 105 71
Binary 1001000 10100010 11011101 1000011 11011 0 1101 11001100 1000101 111001

Color Harmonies of #48A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A2DD

Black with #48A2DD

Text Example


Text Example

White with #48A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A2DD; }

 p { color: rgb(72,162,221); }

 H1.HeaderClassName
 {
   color: #48A2DD;
 }
 .AnyTagClassName
 {
   color: #48A2DD;
 }
</style>

background-color css

<style>
 a { background-color: #48A2DD; }

 a { background-color: rgb(72,162,221); }

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

border-color css

<style>
 span { border-color: #48A2DD; }

 span { border-color: rgb(72,162,221); }

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