Html Css Color HEX #578FDA Picton Blue

📋 copy color: '#578FDA'

red 87 ◦ green 143 ◦ blue 218

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

Shades of Picton Blue #578FDA

Tints of Picton Blue #578FDA

RGB

 RED value IS 87 (34.38% from 255) = 19.42%

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

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

R = 19.42%
G = 31.92%
B = 48.66%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#578FDA (or 0x578FDA) is known color: Picton Blue. HEX triplet: 57, 8F and DA. RGB value is (87,143,218). Sum of RGB (Red+Green+Blue) = 87+143+218=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #578FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578FDA is #A87025. Grayscale: #868686. Windows color (decimal): -11038758 or 14323543. OLE color: 14323543.

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

Color convert

RGB 87 143 218 -
CMYK 0.60 0.34 0 0.15
HSL 214.35º 0.64% 0.6% -
HSV(B) 214.35º 0.6% 0.85% -
XYZ 26.41 26.73 70.1 -
YUV 134.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 87 143 218 0.60 0.34 0 0.15 214.35 0.64 0.6
Hex 57 8F DA 3C 22 0 F D6 40 3C
Octal 127 217 332 74 42 0 17 326 100 74
Binary 1010111 10001111 11011010 111100 100010 0 1111 11010110 1000000 111100

Color Harmonies of #578FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578FDA

Black with #578FDA

Text Example


Text Example

White with #578FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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