Html Css Color HEX #258CBA Pelorous

📋 copy color: '#258CBA'

red 37 ◦ green 140 ◦ blue 186

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

Shades of Pelorous #258CBA

Tints of Pelorous #258CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

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

R = 10.19%
G = 38.57%
B = 51.24%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#258CBA (or 0x258CBA) is known color: Pelorous. HEX triplet: 25, 8C and BA. RGB value is (37,140,186). Sum of RGB (Red+Green+Blue) = 37+140+186=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #258CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CBA is #DA7345. Grayscale: #727272. Windows color (decimal): -14316358 or 12225573. OLE color: 12225573.

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

Color convert

RGB 37 140 186 -
CMYK 0.80 0.25 0 0.27
HSL 198.52º 0.67% 0.44% -
HSV(B) 198.52º 0.8% 0.73% -
XYZ 19 22.69 49.83 -
YUV 114.45 168.38 72.76 -
System Red Green Blue C M Y K H S L
Decimal 37 140 186 0.80 0.25 0 0.27 198.52 0.67 0.44
Hex 25 8C BA 50 19 0 1B C7 43 2C
Octal 45 214 272 120 31 0 33 307 103 54
Binary 100101 10001100 10111010 1010000 11001 0 11011 11000111 1000011 101100

Color Harmonies of #258CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CBA

Black with #258CBA

Text Example


Text Example

White with #258CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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