Html Css Color HEX #258FB0 Pelorous

📋 copy color: '#258FB0'

red 37 ◦ green 143 ◦ blue 176

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

Shades of Pelorous #258FB0

Tints of Pelorous #258FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

 BLUE value IS 176 (69.14% from 255) = 49.44%

R = 10.39%
G = 40.17%
B = 49.44%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#258FB0 (or 0x258FB0) is known color: Pelorous. HEX triplet: 25, 8F and B0. RGB value is (37,143,176). Sum of RGB (Red+Green+Blue) = 37+143+176=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #258FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258FB0 is #DA704F. Grayscale: #727272. Windows color (decimal): -14315600 or 11570981. OLE color: 11570981.

HSL color Cylindrical-coordinate representation of color #258FB0: hue angle of 194.24º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #258FB0 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 143 176 -
CMYK 0.79 0.19 0 0.31
HSL 194.24º 0.65% 0.42% -
HSV(B) 194.24º 0.79% 0.69% -
XYZ 18.42 23.17 44.58 -
YUV 115.07 162.38 72.32 -
System Red Green Blue C M Y K H S L
Decimal 37 143 176 0.79 0.19 0 0.31 194.24 0.65 0.42
Hex 25 8F B0 4F 13 0 1F C2 41 2A
Octal 45 217 260 117 23 0 37 302 101 52
Binary 100101 10001111 10110000 1001111 10011 0 11111 11000010 1000001 101010

Color Harmonies of #258FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FB0

Black with #258FB0

Text Example


Text Example

White with #258FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,143,176); }

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

background-color css

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

 a { background-color: rgb(37,143,176); }

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

border-color css

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

 span { border-color: rgb(37,143,176); }

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