Html Css Color HEX #258ABA Pelorous

📋 copy color: '#258ABA'

red 37 ◦ green 138 ◦ blue 186

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

Shades of Pelorous #258ABA

Tints of Pelorous #258ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 10.25%
G = 38.23%
B = 51.52%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#258ABA (or 0x258ABA) is known color: Pelorous. HEX triplet: 25, 8A and BA. RGB value is (37,138,186). Sum of RGB (Red+Green+Blue) = 37+138+186=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #258ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ABA is #DA7545. Grayscale: #707070. Windows color (decimal): -14316870 or 12225061. OLE color: 12225061.

HSL color Cylindrical-coordinate representation of color #258ABA: hue angle of 199.33º 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 #258ABA is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 138 186 -
CMYK 0.80 0.26 0 0.27
HSL 199.33º 0.67% 0.44% -
HSV(B) 199.33º 0.8% 0.73% -
XYZ 18.71 22.12 49.74 -
YUV 113.27 169.04 73.6 -
System Red Green Blue C M Y K H S L
Decimal 37 138 186 0.80 0.26 0 0.27 199.33 0.67 0.44
Hex 25 8A BA 50 1A 0 1B C7 43 2C
Octal 45 212 272 120 32 0 33 307 103 54
Binary 100101 10001010 10111010 1010000 11010 0 11011 11000111 1000011 101100

Color Harmonies of #258ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258ABA

Black with #258ABA

Text Example


Text Example

White with #258ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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