Html Css Color HEX #258AC0 Pelorous

📋 copy color: '#258AC0'

red 37 ◦ green 138 ◦ blue 192

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

Shades of Pelorous #258AC0

Tints of Pelorous #258AC0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

 BLUE value IS 192 (75.39% from 255) = 52.32%

R = 10.08%
G = 37.6%
B = 52.32%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#258AC0 (or 0x258AC0) is known color: Pelorous. HEX triplet: 25, 8A and C0. RGB value is (37,138,192). Sum of RGB (Red+Green+Blue) = 37+138+192=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #258AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258AC0 is #DA753F. Grayscale: #717171. Windows color (decimal): -14316864 or 12618277. OLE color: 12618277.

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

Color convert

RGB 37 138 192 -
CMYK 0.81 0.28 0 0.25
HSL 200.9º 0.68% 0.45% -
HSV(B) 200.9º 0.81% 0.75% -
XYZ 19.37 22.38 53.17 -
YUV 113.96 172.04 73.11 -
System Red Green Blue C M Y K H S L
Decimal 37 138 192 0.81 0.28 0 0.25 200.9 0.68 0.45
Hex 25 8A C0 51 1C 0 19 C9 44 2D
Octal 45 212 300 121 34 0 31 311 104 55
Binary 100101 10001010 11000000 1010001 11100 0 11001 11001001 1000100 101101

Color Harmonies of #258AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AC0

Black with #258AC0

Text Example


Text Example

White with #258AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,138,192); }

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

background-color css

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

 a { background-color: rgb(37,138,192); }

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

border-color css

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

 span { border-color: rgb(37,138,192); }

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