Html Css Color HEX #258ABB Pelorous

📋 copy color: '#258ABB'

red 37 ◦ green 138 ◦ blue 187

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

Shades of Pelorous #258ABB

Tints of Pelorous #258ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 10.22%
G = 38.12%
B = 51.66%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#258ABB (or 0x258ABB) is known color: Pelorous. HEX triplet: 25, 8A and BB. RGB value is (37,138,187). Sum of RGB (Red+Green+Blue) = 37+138+187=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #258ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ABB is #DA7544. Grayscale: #717171. Windows color (decimal): -14316869 or 12290597. OLE color: 12290597.

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

Color convert

RGB 37 138 187 -
CMYK 0.80 0.26 0 0.27
HSL 199.6º 0.67% 0.44% -
HSV(B) 199.6º 0.8% 0.73% -
XYZ 18.82 22.16 50.3 -
YUV 113.39 169.54 73.52 -
System Red Green Blue C M Y K H S L
Decimal 37 138 187 0.80 0.26 0 0.27 199.6 0.67 0.44
Hex 25 8A BB 50 1A 0 1B C8 43 2C
Octal 45 212 273 120 32 0 33 310 103 54
Binary 100101 10001010 10111011 1010000 11010 0 11011 11001000 1000011 101100

Color Harmonies of #258ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258ABB

Black with #258ABB

Text Example


Text Example

White with #258ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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