Html Css Color HEX #58A3E1 Picton Blue

📋 copy color: '#58A3E1'

red 88 ◦ green 163 ◦ blue 225

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

Shades of Picton Blue #58A3E1

Tints of Picton Blue #58A3E1

RGB

 RED value IS 88 (34.77% from 255) = 18.49%

 GREEN value IS 163 (64.06% from 255) = 34.24%

 BLUE value IS 225 (88.28% from 255) = 47.27%

R = 18.49%
G = 34.24%
B = 47.27%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#58A3E1 (or 0x58A3E1) is known color: Picton Blue. HEX triplet: 58, A3 and E1. RGB value is (88,163,225). Sum of RGB (Red+Green+Blue) = 88+163+225=476 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.49% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #58A3E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A3E1 is #A75C1E. Grayscale: #939393. Windows color (decimal): -10968095 or 14787416. OLE color: 14787416.

HSL color Cylindrical-coordinate representation of color #58A3E1: hue angle of 207.15º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58A3E1 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 163 225 -
CMYK 0.61 0.28 0 0.12
HSL 207.15º 0.7% 0.61% -
HSV(B) 207.15º 0.61% 0.88% -
XYZ 30.71 33.71 76.12 -
YUV 147.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 88 163 225 0.61 0.28 0 0.12 207.15 0.7 0.61
Hex 58 A3 E1 3D 1C 0 C CF 46 3D
Octal 130 243 341 75 34 0 14 317 106 75
Binary 1011000 10100011 11100001 111101 11100 0 1100 11001111 1000110 111101

Color Harmonies of #58A3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A3E1

Black with #58A3E1

Text Example


Text Example

White with #58A3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A3E1; }

 p { color: rgb(88,163,225); }

 H1.HeaderClassName
 {
   color: #58A3E1;
 }
 .AnyTagClassName
 {
   color: #58A3E1;
 }
</style>

background-color css

<style>
 a { background-color: #58A3E1; }

 a { background-color: rgb(88,163,225); }

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

border-color css

<style>
 span { border-color: #58A3E1; }

 span { border-color: rgb(88,163,225); }

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