Html Css Color HEX #258AB4 Pelorous

📋 copy color: '#258AB4'

red 37 ◦ green 138 ◦ blue 180

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

Shades of Pelorous #258AB4

Tints of Pelorous #258AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.7%

R = 10.42%
G = 38.87%
B = 50.7%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#258AB4 (or 0x258AB4) is known color: Pelorous. HEX triplet: 25, 8A and B4. RGB value is (37,138,180). Sum of RGB (Red+Green+Blue) = 37+138+180=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #258AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258AB4 is #DA754B. Grayscale: #707070. Windows color (decimal): -14316876 or 11831845. OLE color: 11831845.

HSL color Cylindrical-coordinate representation of color #258AB4: hue angle of 197.62º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #258AB4 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 138 180 -
CMYK 0.79 0.23 0 0.29
HSL 197.62º 0.66% 0.43% -
HSV(B) 197.62º 0.79% 0.71% -
XYZ 18.09 21.87 46.45 -
YUV 112.59 166.04 74.08 -
System Red Green Blue C M Y K H S L
Decimal 37 138 180 0.79 0.23 0 0.29 197.62 0.66 0.43
Hex 25 8A B4 4F 17 0 1D C6 42 2B
Octal 45 212 264 117 27 0 35 306 102 53
Binary 100101 10001010 10110100 1001111 10111 0 11101 11000110 1000010 101011

Color Harmonies of #258AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AB4

Black with #258AB4

Text Example


Text Example

White with #258AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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