Html Css Color HEX #488EDD Picton Blue

📋 copy color: '#488EDD'

red 72 ◦ green 142 ◦ blue 221

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

Shades of Picton Blue #488EDD

Tints of Picton Blue #488EDD

RGB

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

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

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

R = 16.55%
G = 32.64%
B = 50.8%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#488EDD (or 0x488EDD) is known color: Picton Blue. HEX triplet: 48, 8E and DD. RGB value is (72,142,221). Sum of RGB (Red+Green+Blue) = 72+142+221=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #488EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EDD is #B77122. Grayscale: #818181. Windows color (decimal): -12022051 or 14519880. OLE color: 14519880.

HSL color Cylindrical-coordinate representation of color #488EDD: hue angle of 211.81º 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 #488EDD is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 142 221 -
CMYK 0.67 0.36 0 0.13
HSL 211.81º 0.69% 0.57% -
HSV(B) 211.81º 0.67% 0.87% -
XYZ 25.4 25.94 72.08 -
YUV 130.08 179.31 86.58 -
System Red Green Blue C M Y K H S L
Decimal 72 142 221 0.67 0.36 0 0.13 211.81 0.69 0.57
Hex 48 8E DD 43 24 0 D D4 45 39
Octal 110 216 335 103 44 0 15 324 105 71
Binary 1001000 10001110 11011101 1000011 100100 0 1101 11010100 1000101 111001

Color Harmonies of #488EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EDD

Black with #488EDD

Text Example


Text Example

White with #488EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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