Html Css Color HEX #258DB9 Pelorous

📋 copy color: '#258DB9'

red 37 ◦ green 141 ◦ blue 185

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

Shades of Pelorous #258DB9

Tints of Pelorous #258DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 10.19%
G = 38.84%
B = 50.96%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#258DB9 (or 0x258DB9) is known color: Pelorous. HEX triplet: 25, 8D and B9. RGB value is (37,141,185). Sum of RGB (Red+Green+Blue) = 37+141+185=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #258DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DB9 is #DA7246. Grayscale: #727272. Windows color (decimal): -14316103 or 12160293. OLE color: 12160293.

HSL color Cylindrical-coordinate representation of color #258DB9: hue angle of 197.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #258DB9 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 141 185 -
CMYK 0.80 0.24 0 0.27
HSL 197.84º 0.67% 0.44% -
HSV(B) 197.84º 0.8% 0.73% -
XYZ 19.04 22.95 49.32 -
YUV 114.92 167.54 72.42 -
System Red Green Blue C M Y K H S L
Decimal 37 141 185 0.80 0.24 0 0.27 197.84 0.67 0.44
Hex 25 8D B9 50 18 0 1B C6 43 2C
Octal 45 215 271 120 30 0 33 306 103 54
Binary 100101 10001101 10111001 1010000 11000 0 11011 11000110 1000011 101100

Color Harmonies of #258DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258DB9

Black with #258DB9

Text Example


Text Example

White with #258DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,141,185); }

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

background-color css

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

 a { background-color: rgb(37,141,185); }

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

border-color css

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

 span { border-color: rgb(37,141,185); }

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