Html Css Color HEX #258EC1 Pelorous

📋 copy color: '#258EC1'

red 37 ◦ green 142 ◦ blue 193

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

Shades of Pelorous #258EC1

Tints of Pelorous #258EC1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.17%

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 9.95%
G = 38.17%
B = 51.88%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#258EC1 (or 0x258EC1) is known color: Pelorous. HEX triplet: 25, 8E and C1. RGB value is (37,142,193). Sum of RGB (Red+Green+Blue) = 37+142+193=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #258EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EC1 is #DA713E. Grayscale: #747474. Windows color (decimal): -14315839 or 12684837. OLE color: 12684837.

HSL color Cylindrical-coordinate representation of color #258EC1: hue angle of 199.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #258EC1 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 142 193 -
CMYK 0.81 0.26 0 0.24
HSL 199.62º 0.68% 0.45% -
HSV(B) 199.62º 0.81% 0.76% -
XYZ 20.06 23.59 53.95 -
YUV 116.42 171.21 71.35 -
System Red Green Blue C M Y K H S L
Decimal 37 142 193 0.81 0.26 0 0.24 199.62 0.68 0.45
Hex 25 8E C1 51 1A 0 18 C8 44 2D
Octal 45 216 301 121 32 0 30 310 104 55
Binary 100101 10001110 11000001 1010001 11010 0 11000 11001000 1000100 101101

Color Harmonies of #258EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EC1

Black with #258EC1

Text Example


Text Example

White with #258EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,142,193); }

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

background-color css

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

 a { background-color: rgb(37,142,193); }

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

border-color css

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

 span { border-color: rgb(37,142,193); }

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