Html Css Color HEX #258BBC Pelorous

📋 copy color: '#258BBC'

red 37 ◦ green 139 ◦ blue 188

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

Shades of Pelorous #258BBC

Tints of Pelorous #258BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 10.16%
G = 38.19%
B = 51.65%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#258BBC (or 0x258BBC) is known color: Pelorous. HEX triplet: 25, 8B and BC. RGB value is (37,139,188). Sum of RGB (Red+Green+Blue) = 37+139+188=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #258BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BBC is #DA7443. Grayscale: #717171. Windows color (decimal): -14316612 or 12356389. OLE color: 12356389.

HSL color Cylindrical-coordinate representation of color #258BBC: hue angle of 199.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #258BBC is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 139 188 -
CMYK 0.80 0.26 0 0.26
HSL 199.47º 0.67% 0.44% -
HSV(B) 199.47º 0.8% 0.74% -
XYZ 19.07 22.49 50.91 -
YUV 114.09 169.71 73.02 -
System Red Green Blue C M Y K H S L
Decimal 37 139 188 0.80 0.26 0 0.26 199.47 0.67 0.44
Hex 25 8B BC 50 1A 0 1A C7 43 2C
Octal 45 213 274 120 32 0 32 307 103 54
Binary 100101 10001011 10111100 1010000 11010 0 11010 11000111 1000011 101100

Color Harmonies of #258BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258BBC

Black with #258BBC

Text Example


Text Example

White with #258BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,139,188); }

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

background-color css

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

 a { background-color: rgb(37,139,188); }

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

border-color css

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

 span { border-color: rgb(37,139,188); }

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