Html Css Color HEX #488FDA Picton Blue

📋 copy color: '#488FDA'

red 72 ◦ green 143 ◦ blue 218

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

Shades of Picton Blue #488FDA

Tints of Picton Blue #488FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.03%

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

R = 16.63%
G = 33.03%
B = 50.35%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#488FDA (or 0x488FDA) is known color: Picton Blue. HEX triplet: 48, 8F and DA. RGB value is (72,143,218). Sum of RGB (Red+Green+Blue) = 72+143+218=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #488FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FDA is #B77025. Grayscale: #818181. Windows color (decimal): -12021798 or 14323528. OLE color: 14323528.

HSL color Cylindrical-coordinate representation of color #488FDA: hue angle of 210.82º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488FDA is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 143 218 -
CMYK 0.67 0.34 0 0.15
HSL 210.82º 0.66% 0.57% -
HSV(B) 210.82º 0.67% 0.85% -
XYZ 25.15 26.08 70.04 -
YUV 130.32 177.48 86.4 -
System Red Green Blue C M Y K H S L
Decimal 72 143 218 0.67 0.34 0 0.15 210.82 0.66 0.57
Hex 48 8F DA 43 22 0 F D3 42 39
Octal 110 217 332 103 42 0 17 323 102 71
Binary 1001000 10001111 11011010 1000011 100010 0 1111 11010011 1000010 111001

Color Harmonies of #488FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FDA

Black with #488FDA

Text Example


Text Example

White with #488FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,143,218); }

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

background-color css

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

 a { background-color: rgb(72,143,218); }

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

border-color css

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

 span { border-color: rgb(72,143,218); }

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