Html Css Color HEX #258EBA Pelorous

📋 copy color: '#258EBA'

red 37 ◦ green 142 ◦ blue 186

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

Shades of Pelorous #258EBA

Tints of Pelorous #258EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.9%

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

R = 10.14%
G = 38.9%
B = 50.96%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#258EBA (or 0x258EBA) is known color: Pelorous. HEX triplet: 25, 8E and BA. RGB value is (37,142,186). Sum of RGB (Red+Green+Blue) = 37+142+186=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #258EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EBA is #DA7145. Grayscale: #737373. Windows color (decimal): -14315846 or 12226085. OLE color: 12226085.

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

Color convert

RGB 37 142 186 -
CMYK 0.80 0.24 0 0.27
HSL 197.72º 0.67% 0.44% -
HSV(B) 197.72º 0.8% 0.73% -
XYZ 19.3 23.28 49.93 -
YUV 115.62 167.71 71.92 -
System Red Green Blue C M Y K H S L
Decimal 37 142 186 0.80 0.24 0 0.27 197.72 0.67 0.44
Hex 25 8E BA 50 18 0 1B C6 43 2C
Octal 45 216 272 120 30 0 33 306 103 54
Binary 100101 10001110 10111010 1010000 11000 0 11011 11000110 1000011 101100

Color Harmonies of #258EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EBA

Black with #258EBA

Text Example


Text Example

White with #258EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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