Html Css Color HEX #258FAD Pelorous

📋 copy color: '#258FAD'

red 37 ◦ green 143 ◦ blue 173

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

Shades of Pelorous #258FAD

Tints of Pelorous #258FAD

RGB

 RED value IS 37 (14.84% from 255) = 10.48%

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

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 10.48%
G = 40.51%
B = 49.01%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#258FAD (or 0x258FAD) is known color: Pelorous. HEX triplet: 25, 8F and AD. RGB value is (37,143,173). Sum of RGB (Red+Green+Blue) = 37+143+173=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #258FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258FAD is #DA7052. Grayscale: #727272. Windows color (decimal): -14315603 or 11374373. OLE color: 11374373.

HSL color Cylindrical-coordinate representation of color #258FAD: hue angle of 193.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #258FAD is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 143 173 -
CMYK 0.79 0.17 0 0.32
HSL 193.24º 0.65% 0.41% -
HSV(B) 193.24º 0.79% 0.68% -
XYZ 18.13 23.06 43.03 -
YUV 114.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 37 143 173 0.79 0.17 0 0.32 193.24 0.65 0.41
Hex 25 8F AD 4F 11 0 20 C1 41 29
Octal 45 217 255 117 21 0 40 301 101 51
Binary 100101 10001111 10101101 1001111 10001 0 100000 11000001 1000001 101001

Color Harmonies of #258FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FAD

Black with #258FAD

Text Example


Text Example

White with #258FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258FAD; }

 p { color: rgb(37,143,173); }

 H1.HeaderClassName
 {
   color: #258FAD;
 }
 .AnyTagClassName
 {
   color: #258FAD;
 }
</style>

background-color css

<style>
 a { background-color: #258FAD; }

 a { background-color: rgb(37,143,173); }

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

border-color css

<style>
 span { border-color: #258FAD; }

 span { border-color: rgb(37,143,173); }

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