Html Css Color HEX #258CBE Pelorous

📋 copy color: '#258CBE'

red 37 ◦ green 140 ◦ blue 190

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

Shades of Pelorous #258CBE

Tints of Pelorous #258CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 10.08%
G = 38.15%
B = 51.77%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#258CBE (or 0x258CBE) is known color: Pelorous. HEX triplet: 25, 8C and BE. RGB value is (37,140,190). Sum of RGB (Red+Green+Blue) = 37+140+190=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #258CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CBE is #DA7341. Grayscale: #727272. Windows color (decimal): -14316354 or 12487717. OLE color: 12487717.

HSL color Cylindrical-coordinate representation of color #258CBE: hue angle of 199.61º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #258CBE is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 140 190 -
CMYK 0.81 0.26 0 0.25
HSL 199.61º 0.67% 0.45% -
HSV(B) 199.61º 0.81% 0.75% -
XYZ 19.44 22.87 52.1 -
YUV 114.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 37 140 190 0.81 0.26 0 0.25 199.61 0.67 0.45
Hex 25 8C BE 51 1A 0 19 C8 43 2D
Octal 45 214 276 121 32 0 31 310 103 55
Binary 100101 10001100 10111110 1010001 11010 0 11001 11001000 1000011 101101

Color Harmonies of #258CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CBE

Black with #258CBE

Text Example


Text Example

White with #258CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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