Html Css Color HEX #258AB3 Pelorous

📋 copy color: '#258AB3'

red 37 ◦ green 138 ◦ blue 179

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

Shades of Pelorous #258AB3

Tints of Pelorous #258AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 10.45%
G = 38.98%
B = 50.56%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#258AB3 (or 0x258AB3) is known color: Pelorous. HEX triplet: 25, 8A and B3. RGB value is (37,138,179). Sum of RGB (Red+Green+Blue) = 37+138+179=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #258AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258AB3 is #DA754C. Grayscale: #707070. Windows color (decimal): -14316877 or 11766309. OLE color: 11766309.

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

Color convert

RGB 37 138 179 -
CMYK 0.79 0.23 0 0.30
HSL 197.32º 0.66% 0.42% -
HSV(B) 197.32º 0.79% 0.7% -
XYZ 17.99 21.82 45.91 -
YUV 112.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 37 138 179 0.79 0.23 0 0.30 197.32 0.66 0.42
Hex 25 8A B3 4F 17 0 1E C5 42 2A
Octal 45 212 263 117 27 0 36 305 102 52
Binary 100101 10001010 10110011 1001111 10111 0 11110 11000101 1000010 101010

Color Harmonies of #258AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AB3

Black with #258AB3

Text Example


Text Example

White with #258AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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